Skip to content

Commit d304dc9

Browse files
authored
Merge pull request #6 from bug-ops/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 6
2 parents 5c90ab5 + 2283f7d commit d304dc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)