File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175
176176 - name : Setup Python
177177 id : setup_python
178- uses : actions/setup-python@v5
178+ uses : actions/setup-python@v6
179179 with :
180180 python-version : ' 3.11'
181181 cache : ' pip'
Original file line number Diff line number Diff line change 4040
4141 - name : Setup Python
4242 id : setup_python
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ' 3.11'
4646
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343343 fetch-depth : 0
344344
345345 - name : Set up Python Dev Version
346- uses : actions/setup-python@v5
346+ uses : actions/setup-python@v6
347347 with :
348348 python-version : ' 3.13-dev'
349349
@@ -381,7 +381,7 @@ jobs:
381381
382382 - name : Set up Python for pyodide-build
383383 id : setup-python
384- uses : actions/setup-python@v5
384+ uses : actions/setup-python@v6
385385 with :
386386 python-version : ' 3.12'
387387
Original file line number Diff line number Diff line change 5353 fetch-depth : 0
5454
5555 - name : Set up Python
56- uses : actions/setup-python@v5
56+ uses : actions/setup-python@v6
5757 with :
5858 python-version : ' 3.11'
5959
You can’t perform that action at this time.
0 commit comments