Skip to content

Commit 196ed74

Browse files
authored
Merge pull request #1537 from microsoft/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 627c400 + 39e732e commit 196ed74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
with:
4747
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
4848
- name: Cache SonarCloud packages
49-
uses: actions/cache@v3
49+
uses: actions/cache@v4
5050
with:
5151
path: ~/.sonar/cache
5252
key: ${{ runner.os }}-sonar
5353
restore-keys: ${{ runner.os }}-sonar
5454
- name: Cache SonarCloud scanner
5555
id: cache-sonar-scanner
56-
uses: actions/cache@v3
56+
uses: actions/cache@v4
5757
with:
5858
path: ./.sonar/scanner
5959
key: ${{ runner.os }}-sonar-scanner

0 commit comments

Comments
 (0)