File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 runs-on : windows-latest
2727
2828 steps :
29- - uses : actions/checkout@v3
29+ - uses : actions/checkout@v4
3030 - uses : actions/setup-python@v4
3131 with :
3232 python-version : ' 3.x'
5252 runs-on : ubuntu-latest
5353
5454 steps :
55- - uses : actions/checkout@v3
55+ - uses : actions/checkout@v4
5656
5757 - name : Run header tests
5858 run : |
6363 runs-on : ubuntu-latest
6464
6565 steps :
66- - uses : actions/checkout@v3
66+ - uses : actions/checkout@v4
6767
6868 - name : Run header tests
6969 run : |
Original file line number Diff line number Diff line change 2424 runs-on : windows-latest
2525
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - uses : actions/setup-python@v4
2929 with :
3030 python-version : ' 3.x'
7474 runs-on : windows-latest
7575
7676 steps :
77- - uses : actions/checkout@v3
77+ - uses : actions/checkout@v4
7878 - uses : actions/setup-python@v4
7979 with :
8080 python-version : ' 3.x'
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : windows-latest
129129
130130 steps :
131- - uses : actions/checkout@v3
131+ - uses : actions/checkout@v4
132132 - uses : actions/setup-python@v4
133133 with :
134134 python-version : ' 3.x'
@@ -177,7 +177,7 @@ jobs:
177177 runs-on : windows-latest
178178
179179 steps :
180- - uses : actions/checkout@v3
180+ - uses : actions/checkout@v4
181181 - uses : actions/setup-python@v4
182182 with :
183183 python-version : ' 3.x'
You can’t perform that action at this time.
0 commit comments