File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - uses : actions/setup-python@v4
13+ - uses : actions/setup-python@v5
1414 with :
1515 python-version : 3.11
1616 - uses : pre-commit/action@v3.0.1
@@ -19,15 +19,15 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v4
22- - uses : actions/setup-python@v4
22+ - uses : actions/setup-python@v5
2323 with :
2424 python-version : 3.11
2525 - uses : snok/install-poetry@v1
2626 with :
2727 virtualenvs-in-project : true
2828 - name : Load cached venv
2929 id : cached-poetry-dependencies
30- uses : actions/cache@v3
30+ uses : actions/cache@v4
3131 with :
3232 path : .venv
3333 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/setup-python@v4
12+ - uses : actions/setup-python@v5
1313 with :
1414 python-version : 3.11
1515 - uses : snok/install-poetry@v1
1616 with :
1717 virtualenvs-in-project : true
1818 - name : Load cached venv
1919 id : cached-poetry-dependencies
20- uses : actions/cache@v3
20+ uses : actions/cache@v4
2121 with :
2222 path : .venv
2323 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
You can’t perform that action at this time.
0 commit comments