Skip to content

Commit 25c9259

Browse files
dependabot[bot]jpechane
authored andcommitted
[ci] Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5892ffe commit 25c9259

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cross-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
distribution: 'temurin'
7171
java-version: 21
7272
- name: Cache Maven packages
73-
uses: actions/cache@v5
73+
uses: actions/cache@v6
7474
with:
7575
path: ~/.m2
7676
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
distribution: 'temurin'
3838
java-version: 21
3939
- name: Cache Maven packages
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
with:
4242
path: ~/.m2
4343
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: 'maven'
3939

4040
- name: Cache Maven packages
41-
uses: actions/cache@v5
41+
uses: actions/cache@v6
4242
with:
4343
path: ~/.m2
4444
key: ${{ runner.os }}-m2-release-${{ github.sha }}

0 commit comments

Comments
 (0)