Skip to content

Commit 4ced0e9

Browse files
authored
Merge pull request #2898 from microsoft/dependabot/github_actions/actions/cache-6
chore(deps): bump actions/cache from 5 to 6
2 parents 607f2a2 + 0e6851e commit 4ced0e9

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
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
5353
- name: Cache SonarCloud packages
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: ~/.sonar/cache
5757
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)