File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout PR branch into cwd
42- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4343 with :
4444 # Checkout the fork/head-repository to push changes to the fork.
4545 # Without this the base repository will be checked out and committed to.
5252 persist-credentials : true
5353
5454 - name : Checkout main branch into directory _main_branch/
55- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
55+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5656 with :
5757 ref : main
5858 path : _main_branch
Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ jobs:
3939 runs-on : ubuntu-latest
4040 timeout-minutes : 10
4141 steps :
42- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
42+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4343 with :
4444 # Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
4545 fetch-depth : 0
4646 # Be specific about keeping credentials (it is the default)
4747 persist-credentials : true
4848
4949 - name : Checkout gh-pages branch to dir publish/
50- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
50+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
5151 with :
5252 ref : gh-pages
5353 path : publish
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535 runs-on : ubuntu-latest
3636 timeout-minutes : 10
3737 steps :
38- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
38+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3939 with :
4040 # Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
4141 fetch-depth : 0
4242 # Be specific about keeping credentials (it is the default)
4343 persist-credentials : true
4444
4545 - name : Checkout gh-pages branch to dir publish/
46- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
46+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4747 with :
4848 ref : gh-pages
4949 path : publish
You can’t perform that action at this time.
0 commit comments