File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout the repo
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- uses : actions/setup-java@v4
26
26
with :
92
92
runs-on : macos-latest
93
93
steps :
94
94
- name : Checkout
95
- uses : actions/checkout@v4
95
+ uses : actions/checkout@v5
96
96
with :
97
97
fetch-depth : 100
98
98
Original file line number Diff line number Diff line change 11
11
contents : write
12
12
steps :
13
13
- name : ' Checkout Repository'
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
16
16
- uses : actions/setup-java@v4
17
17
with :
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Setup Pages
36
36
uses : actions/configure-pages@v5
You can’t perform that action at this time.
0 commit comments