File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
python-version : [3]
31
31
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v4
34
34
- name : Set up Python ${{ matrix.python-version }}
35
35
uses : actions/setup-python@v4
36
36
with :
54
54
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v3
57
+ uses : actions/checkout@v4
58
58
- name : Codespell
59
59
uses : codespell-project/actions-codespell@v1
Original file line number Diff line number Diff line change 38
38
OS_TYPE : ${{ matrix.os }}
39
39
40
40
steps :
41
- - uses : actions/checkout@v3
41
+ - uses : actions/checkout@v4
42
42
with :
43
43
submodules : recursive
44
44
fetch-depth : 0
Original file line number Diff line number Diff line change 39
39
OS_TYPE : ${{ matrix.os }}
40
40
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
submodules : recursive
45
45
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments