File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
dist :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- uses : hynek/build-and-inspect-python-package@v2
19
19
Original file line number Diff line number Diff line change 18
18
run-docs : ${{ steps.docs-changes.outputs.run-docs || false }}
19
19
run-tests : ${{ steps.tests-changes.outputs.run-tests || false }}
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
- name : Get a list of the changed runtime-related files
23
23
if : github.event_name == 'pull_request'
24
24
id : changed-testable-files
Original file line number Diff line number Diff line change 9
9
PY_COLORS : 1
10
10
TOX_PARALLEL_NO_SPINNER : 1
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
- name : Setup Python 3.12
15
15
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 39
39
}}
40
40
41
41
steps :
42
- - uses : actions/checkout@v4
42
+ - uses : actions/checkout@v5
43
43
with :
44
44
fetch-depth : 0
45
45
Original file line number Diff line number Diff line change 9
9
PY_COLORS : 1
10
10
TOX_PARALLEL_NO_SPINNER : 1
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
- name : Setup Python 3.9
15
15
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments