Skip to content

Commit 4d476c5

Browse files
dependabot[bot]eduherminio
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] <[email protected]>
1 parent 2391f81 commit 4d476c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
distribution: 'zulu'
4646

4747
- name: '[Windows] Cache SonarCloud packages'
48-
uses: actions/cache@v4
48+
uses: actions/cache@v5
4949
if: matrix.os == 'windows-latest'
5050
with:
5151
path: ~\sonar\cache
@@ -55,7 +55,7 @@ jobs:
5555
- name: '[Windows] Cache SonarCloud scanner'
5656
id: cache-sonar-scanner
5757
if: matrix.os == 'windows-latest'
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
path: .\.sonar\scanner
6161
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)