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 @@ -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') }}
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