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 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Set up Python
21- uses : actions/setup-python@v3
21+ uses : actions/setup-python@v4
2222 - name : Cache multiple paths
2323 uses : actions/cache@v3
2424 with :
Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v3
3131
3232 - name : Install Python
33- uses : actions/setup-python@v3
33+ uses : actions/setup-python@v4
3434 with :
35- python-version : ' 3.9.7 '
35+ python-version : ' 3.9'
3636
3737 - name : Run pre-commit
3838 uses : pre-commit/action@v2.0.3
@@ -177,7 +177,7 @@ jobs:
177177
178178 - name : Setup Python
179179 id : setup_python
180- uses : actions/setup-python@v3
180+ uses : actions/setup-python@v4
181181 with :
182182 python-version : ' 3.8'
183183 cache : ' pip'
Original file line number Diff line number Diff line change 3636
3737 - name : Setup Python
3838 id : setup_python
39- uses : actions/setup-python@v3
39+ uses : actions/setup-python@v4
4040 with :
4141 python-version : ' 3.8'
4242
You can’t perform that action at this time.
0 commit comments