Skip to content

Commit 345d6f5

Browse files
authored
Merge pull request #260 from sandialabs/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 1bd816a + 97fe5cc commit 345d6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
toolchain: 1.79.0
2020
default: true
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: build wheels
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- name: checkout
5757
uses: actions/checkout@v5
58-
- uses: actions/setup-python@v5
58+
- uses: actions/setup-python@v6
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: maturin

0 commit comments

Comments
 (0)