Skip to content

Commit 245a513

Browse files
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 8eb7d82 commit 245a513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Cache SonarCloud packages
4949
if: env.SKIP_SONAR == 'false'
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: ~/.sonar/cache
5353
key: ${{ runner.os }}-sonar
@@ -56,7 +56,7 @@ jobs:
5656
- name: Cache SonarCloud scanner
5757
if: env.SKIP_SONAR == 'false'
5858
id: cache-sonar-scanner
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: ~/.sonar/cache
6262
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)