File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout PR branch
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout PR branch
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919
2020 - name : Setup Python
2121 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2929 emsdk_ver : " 3.1.73"
3030
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 5151 emsdk_ver : " 3.1.73"
5252
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 with :
5656 fetch-depth : 0
5757
@@ -387,7 +387,7 @@ jobs:
387387 emsdk_ver : " 3.1.73"
388388
389389 steps :
390- - uses : actions/checkout@v5
390+ - uses : actions/checkout@v6
391391 with :
392392 fetch-depth : 0
393393
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222 llvm_targets_to_build : " host;NVPTX"
223223
224224 steps :
225- - uses : actions/checkout@v5
225+ - uses : actions/checkout@v6
226226 with :
227227 fetch-depth : 0
228228
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 with :
2929 # super-linter needs the full git history to get the
3030 # list of files that changed across commits
You can’t perform that action at this time.
0 commit comments