File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments