File tree 5 files changed +10
-10
lines changed
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-22.04
24
24
steps :
25
- - uses : actions/checkout@v3.6 .0
25
+ - uses : actions/checkout@v4.0 .0
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.7.0
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-22.04
44
44
steps :
45
- - uses : actions/checkout@v3.6 .0
45
+ - uses : actions/checkout@v4.0 .0
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.7.0
48
48
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@v3.6 .0
25
+ - uses : actions/checkout@v4.0 .0
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.7.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@v3.6 .0
32
+ - uses : actions/checkout@v4.0 .0
33
33
- uses : actions/setup-python@v4.7.0
34
34
with :
35
35
python-version : " 3.11"
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@v3.6 .0
17
+ - uses : actions/checkout@v4.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 46
46
version : " 3.11"
47
47
toxenv : py310,smoke
48
48
steps :
49
- - uses : actions/checkout@v3.6 .0
49
+ - uses : actions/checkout@v4.0 .0
50
50
- name : Set up Python ${{ matrix.python.version }}
51
51
uses : actions/setup-python@v4.7.0
52
52
with :
64
64
matrix :
65
65
toxenv : [api_func_v4, cli_func_v4]
66
66
steps :
67
- - uses : actions/checkout@v3.6 .0
67
+ - uses : actions/checkout@v4.0 .0
68
68
- name : Set up Python
69
69
uses : actions/setup-python@v4.7.0
70
70
with :
85
85
coverage :
86
86
runs-on : ubuntu-22.04
87
87
steps :
88
- - uses : actions/checkout@v3.6 .0
88
+ - uses : actions/checkout@v4.0 .0
89
89
- name : Set up Python ${{ matrix.python-version }}
90
90
uses : actions/setup-python@v4.7.0
91
91
with :
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
name : Python wheel
110
110
steps :
111
- - uses : actions/checkout@v3.6 .0
111
+ - uses : actions/checkout@v4.0 .0
112
112
- uses : actions/setup-python@v4.7.0
113
113
with :
114
114
python-version : " 3.11"
@@ -126,7 +126,7 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
needs : [dist]
128
128
steps :
129
- - uses : actions/checkout@v3.6 .0
129
+ - uses : actions/checkout@v4.0 .0
130
130
- name : Set up Python
131
131
uses : actions/setup-python@v4.7.0
132
132
with :
You can’t perform that action at this time.
0 commit comments