File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-24.04
24
24
steps :
25
- - uses : actions/checkout@v4.3 .0
25
+ - uses : actions/checkout@v5.0 .0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v5.6.0
28
28
with :
37
37
twine-check :
38
38
runs-on : ubuntu-24.04
39
39
steps :
40
- - uses : actions/checkout@v4.3 .0
40
+ - uses : actions/checkout@v5.0 .0
41
41
- name : Set up Python
42
42
uses : actions/setup-python@v5.6.0
43
43
with :
Original file line number Diff line number Diff line change 22
22
lint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v4.3 .0
25
+ - uses : actions/checkout@v5.0 .0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v5.6.0
Original file line number Diff line number Diff line change 29
29
pre_commit :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4.3 .0
32
+ - uses : actions/checkout@v5.0 .0
33
33
- uses : actions/setup-python@v5.6.0
34
34
with :
35
35
python-version : " 3.13"
Original file line number Diff line number Diff line change 14
14
id-token : write
15
15
environment : pypi.org
16
16
steps :
17
- - uses : actions/checkout@v4.3 .0
17
+ - uses : actions/checkout@v5.0 .0
18
18
with :
19
19
fetch-depth : 0
20
20
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 48
48
version : " 3.13"
49
49
toxenv : py313,smoke
50
50
steps :
51
- - uses : actions/checkout@v4.3 .0
51
+ - uses : actions/checkout@v5.0 .0
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v5.6.0
54
54
with :
67
67
matrix :
68
68
toxenv : [api_func_v4, cli_func_v4]
69
69
steps :
70
- - uses : actions/checkout@v4.3 .0
70
+ - uses : actions/checkout@v5.0 .0
71
71
- name : Set up Python
72
72
uses : actions/setup-python@v5.6.0
73
73
with :
89
89
coverage :
90
90
runs-on : ubuntu-24.04
91
91
steps :
92
- - uses : actions/checkout@v4.3 .0
92
+ - uses : actions/checkout@v5.0 .0
93
93
- name : Set up Python ${{ matrix.python-version }}
94
94
uses : actions/setup-python@v5.6.0
95
95
with :
@@ -113,7 +113,7 @@ jobs:
113
113
runs-on : ubuntu-latest
114
114
name : Python wheel
115
115
steps :
116
- - uses : actions/checkout@v4.3 .0
116
+ - uses : actions/checkout@v5.0 .0
117
117
- uses : actions/setup-python@v5.6.0
118
118
with :
119
119
python-version : " 3.13"
@@ -131,7 +131,7 @@ jobs:
131
131
runs-on : ubuntu-latest
132
132
needs : [dist]
133
133
steps :
134
- - uses : actions/checkout@v4.3 .0
134
+ - uses : actions/checkout@v5.0 .0
135
135
- name : Set up Python
136
136
uses : actions/setup-python@v5.6.0
137
137
with :
You can’t perform that action at this time.
0 commit comments