File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
- " 21"
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
- uses : actions/setup-node@v4
42
42
- name : Set up JDK ${{ matrix.java }}
43
43
uses : actions/setup-java@v4
89
89
- " 26.3.2"
90
90
- " nightly"
91
91
steps :
92
- - uses : actions/checkout@v4
92
+ - uses : actions/checkout@v5
93
93
- name : " Use Node.js"
94
94
uses : actions/setup-node@v4
95
95
- name : Install Java
@@ -158,7 +158,7 @@ jobs:
158
158
# main and Develop branch only
159
159
if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
160
160
steps :
161
- - uses : actions/checkout@v4
161
+ - uses : actions/checkout@v5
162
162
with :
163
163
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
164
164
- name : Set up JDK
Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
46
46
- name : Setup Java JDK
47
47
uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 27
27
private-key : ${{ secrets.CI_PRIVATE_KEY }}
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
token : ${{ steps.app-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments