Skip to content

Commit f7245cf

Browse files
dependabot[bot]rkosegi
authored andcommitted
Bump actions/cache from 4 to 5
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>
1 parent fed0a8a commit f7245cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
fetch-depth: 0 #sonar is happier with this
1818

1919
- name: Cache Maven local repository
20-
uses: actions/cache@v4
20+
uses: actions/cache@v5
2121
with:
2222
path: ~/.m2/repository
2323
key: snapshot-maven-${{ hashFiles('**/pom.xml') }}
2424
restore-keys: |
2525
snapshot-maven-
2626
2727
- name: Cache SonarCloud packages
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: ~/.sonar/cache
3131
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)