Skip to content

Commit 05f9fc8

Browse files
committed
upgrade obsolete GHA versions
1 parent 1d11a27 commit 05f9fc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ jobs:
3232
os: [ ubuntu-latest, windows-latest, macos-latest ]
3333
java: [ '11', '17' ]
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v4.2.2
3636
with:
3737
persist-credentials: false
3838
- name: Set up JDK ${{ matrix.java }}
39-
uses: actions/setup-java@v1
39+
uses: actions/setup-java@v4.7.1
4040
with:
4141
java-version: ${{ matrix.java }}
42+
distribution: 'temurin'
4243
- name: Cache Maven Repository
43-
uses: actions/cache@v1
44+
uses: actions/cache@v4.2.3
4445
with:
4546
path: ~/.m2
4647
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)