Skip to content

Commit

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

---
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 May 16, 2024
1 parent 2b15c04 commit 457c160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: cache-deps
id: cache-deps
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: deps
key: deps-linux-x64-v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: cache-deps
id: cache-deps
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: deps
key: deps-mac-x64-v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: cache-deps
id: cache-deps
uses: actions/cache@v3.3.1
uses: actions/cache@v4.0.2
with:
path: deps
key: deps-windows-x64-v2
Expand Down

0 comments on commit 457c160

Please sign in to comment.