File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
name : " Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
43
43
runs-on : ${{ matrix.os }}
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- name : Setup python
47
47
uses : actions/setup-python@v4
48
48
with :
62
62
runs-on : ubuntu-latest
63
63
name : Validate coverage
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- name : Setup python 3.10
67
67
uses : actions/setup-python@v4
68
68
with :
75
75
runs-on : ubuntu-latest
76
76
name : Build the documentation
77
77
steps :
78
- - uses : actions/checkout@v3
78
+ - uses : actions/checkout@v4
79
79
- name : Setup python
80
80
uses : actions/setup-python@v4
81
81
with :
87
87
runs-on : ubuntu-latest
88
88
name : Lint the package
89
89
steps :
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v4
91
91
- name : Setup python
92
92
uses : actions/setup-python@v4
93
93
with :
You can’t perform that action at this time.
0 commit comments