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 dist :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - uses : hynek/build-and-inspect-python-package@v1
Original file line number Diff line number Diff line change 1818 run-docs : ${{ steps.docs-changes.outputs.run-docs || false }}
1919 run-tests : ${{ steps.tests-changes.outputs.run-tests || false }}
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Get a list of the changed runtime-related files
2323 if : github.event_name == 'pull_request'
2424 id : changed-testable-files
Original file line number Diff line number Diff line change 99 PY_COLORS : 1
1010 TOX_PARALLEL_NO_SPINNER : 1
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup Python 3.10
1515 uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 3939 }}
4040
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 with :
4444 fetch-depth : 0
4545
Original file line number Diff line number Diff line change 99 PY_COLORS : 1
1010 TOX_PARALLEL_NO_SPINNER : 1
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313
1414 - name : Setup Python 3.9
1515 uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments