Skip to content

Commit e007bf0

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a091e2 commit e007bf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar-cloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
run: |
5757
nuget restore
5858
- name: Cache SonarCloud packages
59-
uses: actions/cache@v3
59+
uses: actions/cache@v4
6060
with:
6161
path: ~\sonar\cache
6262
key: ${{ runner.os }}-sonar
6363
restore-keys: ${{ runner.os }}-sonar
6464
- name: Cache SonarCloud scanner
6565
id: cache-sonar-scanner
66-
uses: actions/cache@v3
66+
uses: actions/cache@v4
6767
with:
6868
path: .\.sonar\scanner
6969
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)