Skip to content

Commit 762c84e

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 b8cb58e commit 762c84e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
dotnet-version: 9.0.x
6565

6666
- name: Cache SonarCloud packages
67-
uses: actions/cache@v4
67+
uses: actions/cache@v5
6868
with:
6969
path: ~\sonar\cache
7070
key: ${{ runner.os }}-sonar
7171
restore-keys: ${{ runner.os }}-sonar
7272

7373
- name: Cache SonarCloud scanner
7474
id: cache-sonar-scanner
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: .\.sonar\scanner
7878
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)