File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
name : Build, Install, Package documentation
17
17
if : " !contains(github.event.head_commit.message, 'docs skip')"
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
- name : Install credentials
21
21
run : echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials
22
22
env :
40
40
if : " !contains(github.event.head_commit.message, 'code skip')"
41
41
steps :
42
42
- name : Checkout
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
lfs : true
46
46
recursive : true
Original file line number Diff line number Diff line change 16
16
needs : activate
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments