Skip to content

Commit

Permalink
fix: update cache action in spa-tools too (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkloht authored Feb 11, 2025
1 parent 1748b7c commit e6c343d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Cache node_modules/.pnpm
if: steps.s3-cache.outputs.processed == 'false'
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
scope: ${{ inputs.registry_scope }}

- name: Cache node_modules/.pnpm
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion reusable-workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Cache node_modules/.pnpm
if: steps.s3-cache.outputs.processed == 'false'
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion reusable-workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
scope: ${{ inputs.registry_scope }}

- name: Cache node_modules/.pnpm
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
with:
path: node_modules/.pnpm
key: pnpm-node-modules-${{ hashFiles('pnpm-lock.yaml') }}
Expand Down

0 comments on commit e6c343d

Please sign in to comment.