50
50
submodules : true
51
51
52
52
- name : Set up Python
53
- uses : actions/setup-python@v4
53
+ uses : actions/setup-python@v5
54
54
with :
55
55
python-version : ${{ matrix.python }}
56
56
cache : ' pip'
@@ -133,7 +133,7 @@ jobs:
133
133
# https://github.com/docker/build-push-action/issues/252
134
134
# https://github.com/moby/buildkit/issues/1896
135
135
- name : Cache container layers
136
- uses : actions/cache@v3
136
+ uses : actions/cache@v4
137
137
with :
138
138
path : /tmp/.buildx-cache
139
139
key : ${{ runner.os }}-buildx-nox-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}
@@ -158,7 +158,7 @@ jobs:
158
158
159
159
# Cache pip downloads
160
160
- name : Cache pip downloads
161
- uses : actions/cache@v3
161
+ uses : actions/cache@v4
162
162
with :
163
163
path : /tmp/pip-cache
164
164
key : nox-${{ matrix.nox-session }}-${{ matrix.arch }}-${{ matrix.os }}-${{ matrix.python }}-${{ hashFiles('**/pyproject.toml') }}
@@ -217,7 +217,7 @@ jobs:
217
217
submodules : true
218
218
219
219
- name : Set up Python
220
- uses : actions/setup-python@v4
220
+ uses : actions/setup-python@v5
221
221
with :
222
222
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
223
223
cache : ' pip'
@@ -232,7 +232,7 @@ jobs:
232
232
run : python -m build
233
233
234
234
- name : Upload distribution files
235
- uses : actions/upload-artifact@v3
235
+ uses : actions/upload-artifact@v4
236
236
with :
237
237
name : dist-packages
238
238
path : dist/
@@ -246,7 +246,7 @@ jobs:
246
246
- name : Fetch sources
247
247
uses : actions/checkout@v4
248
248
- name : Download package
249
- uses : actions/download-artifact@v3
249
+ uses : actions/download-artifact@v4
250
250
with :
251
251
name : dist-packages
252
252
path : dist
@@ -277,7 +277,7 @@ jobs:
277
277
uses : frequenz-floss/setup-git-user@v2
278
278
279
279
- name : Set up Python
280
- uses : actions/setup-python@v4
280
+ uses : actions/setup-python@v5
281
281
with :
282
282
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
283
283
cache : ' pip'
@@ -296,7 +296,7 @@ jobs:
296
296
mike set-default $MIKE_VERSION
297
297
298
298
- name : Upload site
299
- uses : actions/upload-artifact@v3
299
+ uses : actions/upload-artifact@v4
300
300
with :
301
301
name : docs-site
302
302
path : site/
@@ -319,7 +319,7 @@ jobs:
319
319
uses : frequenz-floss/setup-git-user@v2
320
320
321
321
- name : Set up Python
322
- uses : actions/setup-python@v4
322
+ uses : actions/setup-python@v5
323
323
with :
324
324
python-version : ${{ env.DEFAULT_PYTHON_VERSION }}
325
325
cache : ' pip'
@@ -386,7 +386,7 @@ jobs:
386
386
runs-on : ubuntu-20.04
387
387
steps :
388
388
- name : Download distribution files
389
- uses : actions/download-artifact@v3
389
+ uses : actions/download-artifact@v4
390
390
with :
391
391
name : dist-packages
392
392
path : dist
@@ -432,7 +432,7 @@ jobs:
432
432
id-token : write
433
433
steps :
434
434
- name : Download distribution files
435
- uses : actions/download-artifact@v3
435
+ uses : actions/download-artifact@v4
436
436
with :
437
437
name : dist-packages
438
438
path : dist
0 commit comments