Skip to content

Commit 3cb8174

Browse files
Tobianasihrasko
authored andcommitted

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
@@ -30,14 +30,14 @@ jobs:
3030
with:
3131
maven-version: 3.9.8
3232
- name: Cache SonarCloud packages
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
if: ${{ env.SONAR_TOKEN != 0 }}
3535
with:
3636
path: ~/.sonar/cache
3737
key: ${{ runner.os }}-sonar
3838
restore-keys: ${{ runner.os }}-sonar
3939
- name: Cache Maven packages
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: ~/.m2
4343
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)