@@ -17,10 +17,10 @@ jobs:
17
17
# check-out repo and set-up python
18
18
# ----------------------------------------------
19
19
- name : Check out repository
20
- uses : actions/checkout@v2
20
+ uses : actions/checkout@v4
21
21
- name : Set up python ${{ matrix.python-version }}
22
22
id : setup-python
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ${{ matrix.python-version }}
26
26
# ----------------------------------------------
38
38
# ----------------------------------------------
39
39
- name : Load cached venv
40
40
id : cached-poetry-dependencies
41
- uses : actions/cache@v2
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : .venv
44
44
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
@@ -119,10 +119,10 @@ jobs:
119
119
# check-out repo and set-up python
120
120
# ----------------------------------------------
121
121
- name : Check out repository
122
- uses : actions/checkout@v2
122
+ uses : actions/checkout@v4
123
123
- name : Set up python ${{ matrix.python-version }}
124
124
id : setup-python
125
- uses : actions/setup-python@v2
125
+ uses : actions/setup-python@v5
126
126
with :
127
127
python-version : ${{ matrix.python-version }}
128
128
# ----------------------------------------------
@@ -140,7 +140,7 @@ jobs:
140
140
# ----------------------------------------------
141
141
- name : Load cached venv
142
142
id : cached-poetry-dependencies
143
- uses : actions/cache@v2
143
+ uses : actions/cache@v4
144
144
with :
145
145
path : .venv
146
146
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
@@ -171,10 +171,10 @@ jobs:
171
171
# check-out repo and set-up python
172
172
# ----------------------------------------------
173
173
- name : Check out repository
174
- uses : actions/checkout@v2
174
+ uses : actions/checkout@v4
175
175
- name : Set up python ${{ matrix.python-version }}
176
176
id : setup-python
177
- uses : actions/setup-python@v2
177
+ uses : actions/setup-python@v5
178
178
with :
179
179
python-version : ${{ matrix.python-version }}
180
180
# ----------------------------------------------
@@ -192,7 +192,7 @@ jobs:
192
192
# ----------------------------------------------
193
193
- name : Load cached venv
194
194
id : cached-poetry-dependencies
195
- uses : actions/cache@v2
195
+ uses : actions/cache@v4
196
196
with :
197
197
path : .venv
198
198
key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ github.event.repository.name }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments