Skip to content

Commit 8c309ff

Browse files
Bump actions/cache from 4 to 5 (#707)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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>
1 parent 500ade2 commit 8c309ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
distribution: 'zulu'
3030
java-version: '21'
31-
- uses: actions/cache@v4
31+
- uses: actions/cache@v5
3232
with:
3333
path: ~/.cache
3434
key: ${{ runner.os }}-snapshot-${{ hashFiles('**/*.sbt') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
distribution: 'zulu'
5454
java-version: ${{ matrix.version }}
55-
- uses: actions/cache@v4
55+
- uses: actions/cache@v5
5656
with:
5757
path: ~/.cache
5858
key: ${{ runner.os }}-jdk${{ matrix.version }}-${{ hashFiles('**/*.sbt') }}

0 commit comments

Comments
 (0)