Skip to content

Commit

Permalink
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] <[email protected]>
dependabot[bot] authored and zapashcanon committed Feb 20, 2024
1 parent 0035201 commit 5923419
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
- name: cache
id: cache-opam
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-opam
with:
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- name: cache
id: cache-opam
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-opam
with:

0 comments on commit 5923419

Please sign in to comment.