Skip to content

Commit 50678d6

Browse files
authored
Merge pull request #380 from ihrasko/21.x-bump-actions
21.x bump actions
2 parents f17c6f3 + 3cb8174 commit 50678d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
SONAR_ORGANIZATION: ${{ secrets.SONAR_ORGANIZATION }}
2020
SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY}}
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: 21
2727
distribution: 'temurin'
@@ -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)