File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
# python-version: 'pypy-3.8'
44
44
45
45
steps :
46
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
47
47
- name : Set up Python ${{ matrix.python-version }}
48
48
uses : actions/setup-python@v4
49
49
with :
63
63
lint-ruff :
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
- name : Set up Python 3.10
68
68
uses : actions/setup-python@v4
69
69
with :
77
77
lint-black :
78
78
runs-on : ubuntu-latest
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
- name : Set up Python 3.10
82
82
uses : actions/setup-python@v4
83
83
with :
Original file line number Diff line number Diff line change 11
11
codespell :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- uses : codespell-project/actions-codespell@master
16
16
with :
17
17
ignore_words_file : .codespellignore
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout source
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v4
19
19
with :
You can’t perform that action at this time.
0 commit comments