File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 # Disabling shallow clone is recommended for improving relevancy of reporting
1717 fetch-depth : 0
1818 - name : Set up Python
19- uses : actions/setup-python@v2
20- with :
21- python-version : ' 3.6'
19+ uses : actions/setup-python@v4
2220 - name : Install dependencies
2321 run : |
2422 cd howlongtobeatpy
Original file line number Diff line number Diff line change @@ -19,14 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v3
2323 with :
2424 # Disabling shallow clone is recommended for improving relevancy of reporting
2525 fetch-depth : 0
2626 - name : Set up Python
27- uses : actions/setup-python@v2
28- with :
29- python-version : ' 3.6'
27+ uses : actions/setup-python@v4
3028 - name : Install dependencies
3129 run : |
3230 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments