WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
check_nightly_success/dispatch
telemetry-dispatch-stash-base-env-vars
telemetry-dispatch-write-summary
telemetry-impls/load-then-clone Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 checks :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 1
1919 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Create dummy file
1616 shell : bash
1717 run : echo "Dumbo" > file.txt
Original file line number Diff line number Diff line change 2525 using : ' composite'
2626 steps :
2727 - name : Clone shared-actions repo
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v6
2929 with :
3030 repository : ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
3131 ref : ${{ env.SHARED_ACTIONS_REF || 'main' }}
Original file line number Diff line number Diff line change 1515 # We can't use the load-then-clone action because the env vars file
1616 # that it needs is something that we create here.
1717 - name : Clone shared-actions repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 with :
2020 repository : ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
2121 ref : ${{ env.SHARED_ACTIONS_REF || 'main' }}
Original file line number Diff line number Diff line change 1919 using : ' composite'
2020 steps :
2121 - name : Clone shared-actions repo
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 repository : ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
2525 ref : ${{ env.SHARED_ACTIONS_REF || 'main' }}
Original file line number Diff line number Diff line change 5555 fi
5656 done <telemetry-artifacts/telemetry-env-vars
5757 - name : Clone shared-actions repo with loaded env vars
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v6
5959 with :
6060 repository : ${{ env.SHARED_ACTIONS_REPO || 'rapidsai/shared-actions' }}
6161 ref : ${{ env.SHARED_ACTIONS_REF || 'main' }}
You can’t perform that action at this time.
0 commit comments