Skip to content

Commit ae50cd4

Browse files
authored
Merge pull request #469 from microsoftgraph/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2.1.7 to 3
2 parents 67578bb + de434ea commit ae50cd4

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
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
java-version: 11
2323
- name: Cache SonarCloud packages
24-
uses: actions/cache@v2.1.7
24+
uses: actions/cache@v3
2525
with:
2626
path: ~/.sonar/cache
2727
key: ${{ runner.os }}-sonar
2828
restore-keys: ${{ runner.os }}-sonar
2929
- name: Cache Gradle packages
30-
uses: actions/cache@v2.1.7
30+
uses: actions/cache@v3
3131
with:
3232
path: ~/.gradle/caches
3333
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)