Skip to content

Commit abce4a8

Browse files
chore(deps): update actions/cache action to v4
1 parent 17a24db commit abce4a8

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@v3
28+
uses: actions/cache@v4
2929
env:
3030
java-version: 11
3131
with:
@@ -52,13 +52,13 @@ jobs:
5252
distribution: 'temurin'
5353
java-version: 11
5454
- name: Cache SonarCloud packages
55-
uses: actions/cache@v3
55+
uses: actions/cache@v4
5656
with:
5757
path: ~/.sonar/cache
5858
key: ${{ runner.os }}-sonar
5959
restore-keys: ${{ runner.os }}-sonar
6060
- name: Cache Gradle packages
61-
uses: actions/cache@v3
61+
uses: actions/cache@v4
6262
with:
6363
path: ~/.gradle/caches
6464
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)