Skip to content

Commit e3dd03b

Browse files
author
Dennis Labordus
authored
Merge pull request #69 from com-pas/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 1 to 2.1.6
2 parents 5f75fd5 + ce1e11a commit e3dd03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarcloud-analysis.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: 1.11
2323
- name: Cache SonarCloud packages
24-
uses: actions/cache@v1
24+
uses: actions/cache@v2.1.6
2525
with:
2626
path: ~/.sonar/cache
2727
key: ${{ runner.os }}-sonar
2828
restore-keys: ${{ runner.os }}-sonar
2929
- name: Cache Maven packages
30-
uses: actions/cache@v1
30+
uses: actions/cache@v2.1.6
3131
with:
3232
path: ~/.m2
3333
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)