File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ${{ matrix.platform }}
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 submodules : true
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818 steps :
1919 - name : Set up repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 submodules : false
2323 show-progress : false
Original file line number Diff line number Diff line change 1717 name : Build SDist
1818 runs-on : ubuntu-24.04-arm
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 submodules : true
2323 fetch-depth : 0
4545 os : ["ubuntu-24.04-arm"]
4646 arch_linux : ["aarch64"]
4747 steps :
48- - uses : actions/checkout@v4
48+ - uses : actions/checkout@v5
4949 with :
5050 submodules : true
5151 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments