Skip to content

Commit 277ff2d

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(deps): 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 b6a6160 commit 277ff2d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
native-image-musl: 'true'
4040

4141
- name: 'Cache Maven packages'
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: ~/.m2/repository
4545
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/early-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
java-version: ${{ env.JAVA_VERSION }}
5959

6060
- name: 'Cache Maven packages'
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: ~/.m2/repository
6464
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: maven
4242

4343
- name: Cache SonarCloud packages
44-
uses: actions/cache@v5
44+
uses: actions/cache@v6
4545
with:
4646
path: ~/.sonar/cache
4747
key: ${{ runner.os }}-sonar
@@ -158,7 +158,7 @@ jobs:
158158
github-token: ${{ secrets.GITHUB_TOKEN }}
159159

160160
- name: 'Cache Maven packages'
161-
uses: actions/cache@v5
161+
uses: actions/cache@v6
162162
with:
163163
path: ~/.m2/repository
164164
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
java-version: ${{ env.JAVA_VERSION }}
125125

126126
- name: 'Cache Maven packages'
127-
uses: actions/cache@v5
127+
uses: actions/cache@v6
128128
with:
129129
path: ~/.m2/repository
130130
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)