Skip to content

Commit f461d0f

Browse files
Bump actions/cache from 5 to 6 in the github-actions group (#1242)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a0e08f commit f461d0f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: 'temurin'
3737
cache: 'maven'
3838
- name: Set up cache
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: ~/.m2/repository
4242
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
server-username: MAVEN_USERNAME
3232
server-password: MAVEN_PASSWORD
3333
- name: Set up cache
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: ~/.m2/repository
3737
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)