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 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : 3.11
16
16
-
uses :
pre-commit/[email protected]
@@ -19,15 +19,15 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@v4
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : 3.11
25
25
- uses : snok/install-poetry@v1
26
26
with :
27
27
virtualenvs-in-project : true
28
28
- name : Load cached venv
29
29
id : cached-poetry-dependencies
30
- uses : actions/cache@v3
30
+ uses : actions/cache@v4
31
31
with :
32
32
path : .venv
33
33
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
12
- - uses : actions/setup-python@v4
12
+ - uses : actions/setup-python@v5
13
13
with :
14
14
python-version : 3.11
15
15
- uses : snok/install-poetry@v1
16
16
with :
17
17
virtualenvs-in-project : true
18
18
- name : Load cached venv
19
19
id : cached-poetry-dependencies
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : .venv
23
23
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