File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 release :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v3
1313
1414 - name : Setup Python 3.10
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ' 3.10'
1818 architecture : ' x64'
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
1111 python-version : ["3.10"]
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v4
1717 with :
1818 python-version : ${{ matrix.python-version }}
1919
20- - uses : actions/cache@v2
20+ - uses : actions/cache@v3
2121 with :
2222 path : ~/.cache/pip
2323 key : ${{ runner.os }}-pip-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments