mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-11-17 12:27:05 +01:00
.github/workflows/maven.yml: update setup actions
This commit is contained in:
parent
c0d0e40321
commit
62138540ae
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -15,9 +15,9 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: 'temurin'
|
||||
|
Loading…
Reference in New Issue
Block a user