File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v2
1414
1515 - name : Set up Python 3.7
16- uses : actions/setup-python@v1
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : 3.7
1919
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v2
15- - uses : actions/setup-python@v2
15+ - uses : actions/setup-python@v4
1616 - uses : pre-commit/action@v2.0.0
Original file line number Diff line number Diff line change 4444 - uses : actions/checkout@v2
4545
4646 - name : Set up Python ${{ matrix.python-version }}
47- uses : actions/setup-python@v1
47+ uses : actions/setup-python@v4
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v2
1919
20- - uses : actions/setup-python@v1
20+ - uses : actions/setup-python@v4
2121 with :
2222 python-version : 3.7
2323
You can’t perform that action at this time.
0 commit comments