Switch actions/checkout to v2 instead of v3
All checks were successful
Java CI with Maven / build (push) Successful in 1m23s
All checks were successful
Java CI with Maven / build (push) Successful in 1m23s
This commit is contained in:
parent
5ba2fb6509
commit
8166239405
@ -8,7 +8,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK 17
|
- name: Set up JDK 17
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user