Skip to content

Commit d2bc6b3

Browse files
Bump actions/setup-python from 5 to 6 in the actions group (#299)
1 parent 09e2fc5 commit d2bc6b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
name: Install Python
2323
with:
2424
python-version: "3.11"

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626
steps:
2727
- uses: actions/checkout@v5
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python_version }}
3131
allow-prereleases: true

0 commit comments

Comments
 (0)