File tree Expand file tree Collapse file tree 3 files changed +796
-658
lines changed Expand file tree Collapse file tree 3 files changed +796
-658
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
# check-out repo and set-up python
11
11
# ----------------------------------------------
12
12
- name : Check out repository
13
- uses : actions/checkout@v2
13
+ uses : actions/checkout@v4
14
14
- name : Set up python
15
15
id : setup-python
16
- uses : actions/setup-python@v2
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : 3.10.15
19
19
# ----------------------------------------------
31
31
# ----------------------------------------------
32
32
- name : Load cached venv
33
33
id : cached-poetry-dependencies
34
- uses : actions/cache@v2
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : .venv
37
37
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
You can’t perform that action at this time.
0 commit comments