File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 name : isort
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - name : Set up Python 3.8
2222 uses : actions/setup-python@v5
2323 with :
3838 name : flake8
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v2
41+ - uses : actions/checkout@v4
4242 - name : Set up Python 3.8
4343 uses : actions/setup-python@v5
4444 with :
6060 name : black
6161 runs-on : ubuntu-latest
6262 steps :
63- - uses : actions/checkout@v2
63+ - uses : actions/checkout@v4
6464 - name : Set up Python 3.8
6565 uses : actions/setup-python@v5
6666 with :
8282 name : docformatter
8383 runs-on : ubuntu-latest
8484 steps :
85- - uses : actions/checkout@v2
85+ - uses : actions/checkout@v4
8686 - name : Set up Python 3.8
8787 uses : actions/setup-python@v5
8888 with :
@@ -104,7 +104,7 @@ jobs:
104104 name : packaging
105105 runs-on : ubuntu-latest
106106 steps :
107- - uses : actions/checkout@v2
107+ - uses : actions/checkout@v4
108108 - name : Set up Python 3.8
109109 uses : actions/setup-python@v5
110110 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 name : Tests
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : Set up Python 3.8
2020 uses : actions/setup-python@v5
2121 with :
You can’t perform that action at this time.
0 commit comments