Skip to content

Commit

Permalink
chore(deps-ci): bump actions/cache from 3 to 4 (#17)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 0d1117e commit ec77907
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 Down Expand Up @@ -68,7 +68,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 ec77907

Please sign in to comment.