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-20.04
24
24
steps :
25
- - uses : actions/checkout@v3.5.2
25
+ - uses : actions/checkout@v4.2.1
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v4.6.1
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
- - uses : actions/checkout@v3.5.2
45
+ - uses : actions/checkout@v4.2.1
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v4.6.1
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.5.2
25
+ - uses : actions/checkout@v4.2.1
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : actions/setup-python@v4.6.1
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.5.2
32
+ - uses : actions/checkout@v4.2.1
33
33
- uses : actions/setup-python@v4.6.1
34
34
with :
35
35
python-version : " 3.11"
Original file line number Diff line number Diff line change 13
13
id-token : write
14
14
environment : pypi.org
15
15
steps :
16
- - uses : actions/checkout@v3.5.2
16
+ - uses : actions/checkout@v4.2.1
17
17
with :
18
18
fetch-depth : 0
19
19
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 48
48
version : " 3.11"
49
49
toxenv : py310,smoke
50
50
steps :
51
- - uses : actions/checkout@v3.5.2
51
+ - uses : actions/checkout@v4.2.1
52
52
- name : Set up Python ${{ matrix.python.version }}
53
53
uses : actions/setup-python@v4.6.1
54
54
with :
66
66
matrix :
67
67
toxenv : [api_func_v4, cli_func_v4]
68
68
steps :
69
- - uses : actions/checkout@v3.5.2
69
+ - uses : actions/checkout@v4.2.1
70
70
- name : Set up Python
71
71
uses : actions/setup-python@v4.6.1
72
72
with :
87
87
coverage :
88
88
runs-on : ubuntu-20.04
89
89
steps :
90
- - uses : actions/checkout@v3.5.2
90
+ - uses : actions/checkout@v4.2.1
91
91
- name : Set up Python ${{ matrix.python-version }}
92
92
uses : actions/setup-python@v4.6.1
93
93
with :
@@ -110,7 +110,7 @@ jobs:
110
110
runs-on : ubuntu-latest
111
111
name : Python wheel
112
112
steps :
113
- - uses : actions/checkout@v1 .2.0
113
+ - uses : actions/checkout@v4 .2.1
114
114
- uses : actions/setup-python@v2.3.3
115
115
with :
116
116
python-version : " 3.11"
@@ -128,7 +128,7 @@ jobs:
128
128
runs-on : ubuntu-latest
129
129
needs : [dist]
130
130
steps :
131
- - uses : actions/checkout@v3.5.2
131
+ - uses : actions/checkout@v4.2.1
132
132
- name : Set up Python
133
133
uses : actions/setup-python@v4.6.1
134
134
with :
You can’t perform that action at this time.
0 commit comments