Skip to content

Commit 7f785ab

Browse files
authored
Merge pull request #9 from bagerard/renovate/actions-setup-python-6.x
Update actions/setup-python action to v6
2 parents df8a6b7 + 53b9b50 commit 7f785ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v5
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.12"
2424
- run: bash .github/workflows/install_ci_python_dep.sh
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v5
3737
- name: Set up Python ${{ matrix.python-version }}
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ matrix.python-version }}
4141
- name: install ci dependencies
@@ -52,7 +52,7 @@ jobs:
5252
if: github.event_name == 'create' && startsWith(github.ref, 'refs/tags/v')
5353
steps:
5454
- uses: actions/checkout@v5
55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
python-version: "3.12"
5858
- name: build wheel

0 commit comments

Comments
 (0)