mirror of
https://github.com/ilri/cgspace-java-helpers.git
synced 2024-12-22 05:02:22 +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
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
Loading…
Reference in New Issue
Block a user