File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - uses : actions/checkout@v4
18- - uses : actions/setup-python@v4
18+ - uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.10"
2121 - uses : pre-commit/action@v3.0.0
Original file line number Diff line number Diff line change 3131 with :
3232 fetch-depth : 0
3333
34- - uses : actions/setup-python@v4
34+ - uses : actions/setup-python@v5
3535 with :
3636 python-version : " 3.11"
3737
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 if : github.repository == 'GraphBLAS/python-suitesparse-graphblas' && ((github.event_name == 'release' && github.event.action == 'published') || (github.event_name == 'workflow_dispatch' && github.event.inputs.upload_dest != 'No Upload'))
221221
222222 steps :
223- - uses : actions/setup-python@v4
223+ - uses : actions/setup-python@v5
224224 with :
225225 python-version : " 3.x"
226226
You can’t perform that action at this time.
0 commit comments