Skip to content

Commit 0eeba37

Browse files
author
Jegors Cemisovs
committed
Update GitHub Actions workflow versions and Java configuration
1 parent cabe3b8 commit 0eeba37

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
@@ -10,15 +10,15 @@ jobs:
1010
name: Build
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v5
1818
with:
19-
java-version: 17
19+
java-version: 25
2020
- name: Cache SonarCloud packages
21-
uses: actions/cache@v1
21+
uses: actions/cache@v4
2222
with:
2323
path: ~/.sonar/cache
2424
key: ${{ runner.os }}-sonar

0 commit comments

Comments
 (0)