File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
2727 name : Python ${{ matrix.python-version }} FreeBSD
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 submodules : recursive
3232 - name : build and test
Original file line number Diff line number Diff line change 3232 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
3333 name : Python ${{ matrix.python-version }} ${{matrix.os}}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 submodules : recursive
3838 - uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1515 - uses : actions/setup-python@v5
1616 with :
1717 python-version : ' 3.10'
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 submodules : recursive
2121 - name : Build sdist
3636 CIBW_ARCHS_MACOS : " x86_64 universal2 arm64"
3737 MACOSX_DEPLOYMENT_TARGET : " 11.0"
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 with :
4141 submodules : recursive
4242
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v4
9+ uses : actions/checkout@v5
1010 - name : Check Spelling
1111 uses : rojopolis/spellcheck-github-actions@0.44.0
1212 with :
You can’t perform that action at this time.
0 commit comments