Skip to content

Commit 3472b2b

Browse files
committed
chore(deps): update actions/cache action to v3
1 parent 8ad244f commit 3472b2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
java-version: 11
2727
- name: Cache Gradle
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
env:
3030
java-version: 11
3131
with:
@@ -54,13 +54,13 @@ jobs:
5454
distribution: 'temurin'
5555
java-version: 11
5656
- name: Cache SonarCloud packages
57-
uses: actions/cache@v2
57+
uses: actions/cache@v3
5858
with:
5959
path: ~/.sonar/cache
6060
key: ${{ runner.os }}-sonar
6161
restore-keys: ${{ runner.os }}-sonar
6262
- name: Cache Gradle packages
63-
uses: actions/cache@v2
63+
uses: actions/cache@v3
6464
with:
6565
path: ~/.gradle/caches
6666
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)