Skip to content

Commit 757ae63

Browse files
authored
Merge pull request #264 from Tobianas/20.x_cacheV4
Update actions/cache to v4
2 parents 1f3ce70 + 115390c commit 757ae63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
java-version: 17
2727
distribution: 'temurin'
2828
- name: Cache SonarCloud packages
29-
uses: actions/cache@v1
29+
uses: actions/cache@v4
3030
if: ${{ env.SONAR_TOKEN != 0 }}
3131
with:
3232
path: ~/.sonar/cache
3333
key: ${{ runner.os }}-sonar
3434
restore-keys: ${{ runner.os }}-sonar
3535
- name: Cache Maven packages
36-
uses: actions/cache@v1
36+
uses: actions/cache@v4
3737
with:
3838
path: ~/.m2
3939
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)