File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : checkout code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : checkout code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : checkout code
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v5
32
32
33
33
- name : Setup Ruby
34
34
uses : ruby/setup-ruby@v1
Original file line number Diff line number Diff line change 14
14
if : github.repository == 'project-codeflare/appwrapper'
15
15
steps :
16
16
- name : checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments