Skip to content

Commit

Permalink
chore(deps-ci): bump actions/cache from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 65233e0 commit d1a4f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache deps
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./node_modules
key: modules-${{ hashFiles('yarn.lock') }}
Expand All @@ -40,7 +40,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache deps
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./node_modules
key: modules-${{ hashFiles('yarn.lock') }}
Expand All @@ -66,7 +66,7 @@ jobs:
node-version-file: '.nvmrc'
- name: Cache deps
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./node_modules
key: modules-${{ hashFiles('yarn.lock') }}
Expand Down

0 comments on commit d1a4f72

Please sign in to comment.