Skip to content

Commit dbb7129

Browse files
authored
Merge pull request #761 from microsoft/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents c1ebfed + 2547eed commit dbb7129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: ~/.sonar/cache
5454
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)