Skip to content

Commit 891b7bf

Browse files
authored
Merge pull request #223 from microsoftgraph/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 1 to 2.1.6
2 parents 91c5042 + 869f22a commit 891b7bf

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
@@ -20,13 +20,13 @@ jobs:
2020
with:
2121
java-version: 11
2222
- name: Cache SonarCloud packages
23-
uses: actions/cache@v1
23+
uses: actions/cache@v2.1.6
2424
with:
2525
path: ~/.sonar/cache
2626
key: ${{ runner.os }}-sonar
2727
restore-keys: ${{ runner.os }}-sonar
2828
- name: Cache Gradle packages
29-
uses: actions/cache@v1
29+
uses: actions/cache@v2.1.6
3030
with:
3131
path: ~/.gradle/caches
3232
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)