File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ jobs:
186186 workspaces : crates/feedparser-rs-py
187187
188188 - name : Setup Python ${{ matrix.python }}
189- uses : actions/setup-python@v5
189+ uses : actions/setup-python@v6
190190 with :
191191 python-version : ${{ matrix.python }}
192192
@@ -326,7 +326,7 @@ jobs:
326326 workspaces : crates/feedparser-rs-py
327327
328328 - name : Setup Python
329- uses : actions/setup-python@v5
329+ uses : actions/setup-python@v6
330330 with :
331331 python-version : ' 3.12'
332332
Original file line number Diff line number Diff line change 5050 targets : ${{ matrix.target }}
5151
5252 - name : Setup Python
53- uses : actions/setup-python@v5
53+ uses : actions/setup-python@v6
5454 with :
5555 python-version : ' 3.12'
5656
@@ -106,7 +106,7 @@ jobs:
106106 uses : dtolnay/rust-toolchain@stable
107107
108108 - name : Setup Python
109- uses : actions/setup-python@v5
109+ uses : actions/setup-python@v6
110110 with :
111111 python-version : ' 3.12'
112112
You can’t perform that action at this time.
0 commit comments