Skip to content

Commit de25d52

Browse files
committed
chore(deps): update actions/cache action to v2
1 parent b49f243 commit de25d52

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
java-version: 11
2020
- name: Cache SonarCloud packages
21-
uses: actions/cache@v1
21+
uses: actions/cache@v2
2222
with:
2323
path: ~/.sonar/cache
2424
key: ${{ runner.os }}-sonar
2525
restore-keys: ${{ runner.os }}-sonar
2626
- name: Cache Maven packages
27-
uses: actions/cache@v1
27+
uses: actions/cache@v2
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)