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@v4
18+ uses : actions/checkout@v5
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@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Setup Python
2121 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2929 emsdk_ver : " 3.1.73"
3030
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0
3535
Original file line number Diff line number Diff line change 7979 emsdk_ver : " 3.1.73"
8080
8181 steps :
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v5
8383 with :
8484 fetch-depth : 0
8585
@@ -441,7 +441,7 @@ jobs:
441441 emsdk_ver : " 3.1.73"
442442
443443 steps :
444- - uses : actions/checkout@v4
444+ - uses : actions/checkout@v5
445445 with :
446446 fetch-depth : 0
447447
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201 llvm_targets_to_build : " host;NVPTX"
202202
203203 steps :
204- - uses : actions/checkout@v4
204+ - uses : actions/checkout@v5
205205 with :
206206 fetch-depth : 0
207207
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout code
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
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