Skip to content

Commit fb0664c

Browse files
Bump actions/cache from 4 to 5 (#156)
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 0b3fcde commit fb0664c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
java-version: 17
1919
distribution: adopt
2020
- name: cache mvn repository
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.m2/repository
2424
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -29,7 +29,7 @@ jobs:
2929
- name: local install
3030
run: mvn install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B -V
3131
- name: cache cargo registry
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
3535
path: |
@@ -64,7 +64,7 @@ jobs:
6464
java-version: 17
6565
distribution: adopt
6666
- name: cache mvn repository
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: ~/.m2/repository
7070
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)