Skip to content

Commit b769a6f

Browse files
chore(deps): update actions/setup-python action to v6.1.0
1 parent b20dee0 commit b769a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-python@v6.0.0
16+
- uses: actions/setup-python@v6.1.0
1717
with:
1818
python-version: 3.14
1919

@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- uses: actions/[email protected]
40-
- uses: actions/setup-python@v6.0.0
40+
- uses: actions/setup-python@v6.1.0
4141
with:
4242
python-version: ${{ matrix.python }}
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919
fetch-tags: true
2020

21-
- uses: actions/setup-python@v6.0.0
21+
- uses: actions/setup-python@v6.1.0
2222
with:
2323
python-version: 3.14
2424

0 commit comments

Comments
 (0)