File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
name : Build package
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
40
40
id-token : write
41
41
needs : ["build-package"]
42
42
steps :
43
- - uses : actions/download-artifact@v4
43
+ - uses : actions/download-artifact@v5
44
44
with :
45
45
name : wheels-sdist
46
46
path : deploy
65
65
name : Publish documentation
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v4
68
+ - uses : actions/checkout@v5
69
69
70
70
- uses : actions/setup-python@v5
71
71
with :
Original file line number Diff line number Diff line change 11
11
name : Tests
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
# Set up all supported Python versions for tox.
17
17
- uses : actions/setup-python@v5
43
43
name : Lint
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
- uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ' 3.12'
61
61
name : Docs
62
62
runs-on : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v4
64
+ - uses : actions/checkout@v5
65
65
- uses : actions/setup-python@v5
66
66
with :
67
67
python-version : ' 3.12'
You can’t perform that action at this time.
0 commit comments