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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 18, 2024
1 parent 30b4e6b commit 8d4fc2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
java-version: 17

- name: Cache plenv
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-plenv
cache-version: 0
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
java-version: 17

- name: Cache asdf
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.asdf
key: asdf-${{ runner.os }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
java-version: 17

- name: Cache perlbrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/perl5
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
java-version: 17

- name: Cache perlbrew
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/perl5
Expand Down

0 comments on commit 8d4fc2c

Please sign in to comment.