Skip to content

Commit 3f5ba3a

Browse files
chore(deps): bump actions/cache from 5 to 6 (#18)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8e4900 commit 3f5ba3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
dotnet-version: 10.0.x
3535

3636
- name: Cache SonarQube packages
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: ~/.sonar/cache
4040
key: ${{ runner.os }}-sonar
4141
restore-keys: ${{ runner.os }}-sonar
4242

4343
- name: Cache SonarQube scanner
4444
id: cache-sonar-scanner
45-
uses: actions/cache@v5
45+
uses: actions/cache@v6
4646
with:
4747
path: ./.sonar/scanner
4848
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)