File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout PR branch into cwd
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
43+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4444 with :
4545 # Checkout the fork/head-repository to push changes to the fork.
4646 # Without this the base repository will be checked out and committed to.
5151 persist-credentials : true
5252
5353 - name : Checkout main branch into directory _main_branch/
54- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
54+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
5555 with :
5656 ref : main
5757 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
42+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
50+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
38+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
46+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
4747 with :
4848 ref : gh-pages
4949 path : publish
You can’t perform that action at this time.
0 commit comments