File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
os : [ubuntu-latest, windows-latest, macos-latest]
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
- name : Setup Java
18
18
uses : actions/setup-java@v4
19
19
with :
Original file line number Diff line number Diff line change 18
18
os : [ubuntu-latest, windows-latest, macos-latest]
19
19
steps :
20
20
- name : Checkout Repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
- name : Validate Gradle Wrapper
23
23
uses : gradle/actions/wrapper-validation@v4
24
24
- name : Setup Java
Original file line number Diff line number Diff line change 12
12
ONELITEFEATHER_MAVEN_PASSWORD : ${{ secrets.ONELITEFEATHER_MAVEN_PASSWORD }}
13
13
steps :
14
14
- name : Checkout repository
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
17
17
- name : Set up JDK 21
18
18
uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments