Skip to content

Commit 734d9b3

Browse files
authored
Merge pull request #836 from microsoft/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents 9e1edfd + 7b47f1d commit 734d9b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5050
- name: Cache SonarCloud packages
51-
uses: actions/cache@v5
51+
uses: actions/cache@v6
5252
with:
5353
path: ~/.sonar/cache
5454
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)