Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 9890c0d commit 10be8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Load yarn cache
uses: actions/cache@v2.1.7
uses: actions/cache@v4.0.1
id: yarn-cache
with:
path: ./node_modules
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Load yarn cache
uses: actions/cache@v2.1.7
uses: actions/cache@v4.0.1
id: yarn-cache
with:
path: ./node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Load yarn cache
uses: actions/cache@v2.1.7
uses: actions/cache@v4.0.1
id: yarn-cache
with:
path: ./node_modules
Expand Down

0 comments on commit 10be8e5

Please sign in to comment.