Skip to content

Commit b98e667

Browse files
authored
Merge pull request microsoftgraph#375 from microsoftgraph/dependabot/github_actions/actions/cache-2.1.7
Bump actions/cache from 2.1.6 to 2.1.7
2 parents 6ba9bd7 + c00f153 commit b98e667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.6
24+
uses: actions/cache@v2.1.7
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.6
30+
uses: actions/cache@v2.1.7
3131
with:
3232
path: ~/.gradle/caches
3333
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)