Skip to content

Commit e6c343d

Browse files
authored
fix: update cache action in spa-tools too (#275)
1 parent 1748b7c commit e6c343d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cache node_modules/.pnpm
9393
if: steps.s3-cache.outputs.processed == 'false'
94-
uses: actions/cache@v4.0.2
94+
uses: actions/cache@v4.2.0
9595
with:
9696
path: node_modules/.pnpm
9797
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
scope: ${{ inputs.registry_scope }}
8686

8787
- name: Cache node_modules/.pnpm
88-
uses: actions/cache@v4.0.2
88+
uses: actions/cache@v4.2.0
8989
with:
9090
path: node_modules/.pnpm
9191
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

reusable-workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Cache node_modules/.pnpm
9393
if: steps.s3-cache.outputs.processed == 'false'
94-
uses: actions/cache@v4.0.2
94+
uses: actions/cache@v4.2.0
9595
with:
9696
path: node_modules/.pnpm
9797
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

reusable-workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
scope: ${{ inputs.registry_scope }}
8686

8787
- name: Cache node_modules/.pnpm
88-
uses: actions/cache@v4.0.2
88+
uses: actions/cache@v4.2.0
8989
with:
9090
path: node_modules/.pnpm
9191
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)