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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Check out repo
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0
21
21
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Check out repo
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Check out repo
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
with :
30
30
token : ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN || github.token }}
31
31
You can’t perform that action at this time.
0 commit comments