Skip to content

Commit a3a700e

Browse files
committed
bump actions/setup-python
1 parent 0abd936 commit a3a700e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: bioimageio_cache
3838
key: ${{steps.cache-key.outputs.cache-key}}
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
if: steps.look-up.outputs.cache-hit != 'true'
4141
with:
4242
python-version: '3.12'
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- uses: actions/checkout@v4
90-
- uses: actions/setup-python@v5
90+
- uses: actions/setup-python@v6
9191
with:
9292
python-version: ${{matrix.python-version}}
9393
cache: 'pip'
@@ -173,7 +173,7 @@ jobs:
173173
with:
174174
name: coverage
175175
path: dist
176-
- uses: actions/setup-python@v5
176+
- uses: actions/setup-python@v6
177177
with:
178178
python-version: '3.12'
179179
cache: 'pip'
@@ -203,7 +203,7 @@ jobs:
203203
fetch-depth: 2
204204

205205
- name: Set up Python
206-
uses: actions/setup-python@v5
206+
uses: actions/setup-python@v6
207207
with:
208208
python-version: '3.12'
209209
- name: Install dependencies

0 commit comments

Comments
 (0)