Skip to content

Commit

Permalink
chore: bump actions/cache from 4.0.2 to 4.1.2 (#460)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 276e7fb commit d71a7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.2
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down

0 comments on commit d71a7a0

Please sign in to comment.