Skip to content

Commit

Permalink
chore: bump actions/cache from 3.3.2 to 4.0.0 (#403)
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] committed Feb 17, 2024
1 parent 2769722 commit 0263d1e
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 @@ -31,7 +31,7 @@ jobs:

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

- name: Cache node_modules
id: cache-node_modules
uses: actions/cache@v3.3.2
uses: actions/cache@v4.0.0
with:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 0263d1e

Please sign in to comment.