File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 if : github.event.pull_request.user.login == 'dependabot[bot]'
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6
16+ uses : actions/checkout@v7
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 2424 outputs :
2525 include : ${{ steps.set-matrix.outputs.include }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 - name : Install cibuildwheel
2929 # Nb. keep cibuildwheel version pin consistent with job below
3030 run : pipx install cibuildwheel==3.2.1
5151 matrix :
5252 include : ${{ fromJson(needs.generate-wheels-matrix.outputs.include) }}
5353 steps :
54- - uses : actions/checkout@v6
54+ - uses : actions/checkout@v7
5555 with :
5656 submodules : true
5757 - name : Set up QEMU
Original file line number Diff line number Diff line change 88 name : Build source distribution
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v7
1212 with :
1313 submodules : true
1414 - uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2222 - os : windows-11-arm # workflow keeps screwing around with us.
2323 python-version : ' 3.14t'
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@v7
2626 with :
2727 submodules : true
2828 - name : Setup Python
You can’t perform that action at this time.
0 commit comments