File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
lint :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : 3.x
57
57
- python : pypy3.9
58
58
toxenv : pypy3
59
59
steps :
60
- - uses : actions/checkout@v3
60
+ - uses : actions/checkout@v4
61
61
- uses : actions/setup-python@v4
62
62
with :
63
63
python-version : ${{ matrix.python }}
73
73
coverage :
74
74
runs-on : ubuntu-latest
75
75
steps :
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
77
77
- uses : actions/setup-python@v4
78
78
with :
79
79
python-version : 3.x
92
92
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
93
93
runs-on : ubuntu-latest
94
94
steps :
95
- - uses : actions/checkout@v3
95
+ - uses : actions/checkout@v4
96
96
- uses : actions/setup-python@v4
97
97
with :
98
98
python-version : 3.x
You can’t perform that action at this time.
0 commit comments