Skip to content

Commit 7c87fb0

Browse files
committed
Update the Github action installing Python
1 parent 3d0bd7f commit 7c87fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rust: stable
3434
steps:
3535
- uses: actions/checkout@master
36-
- uses: actions/setup-python@v5
36+
- uses: actions/setup-python@v6
3737
with:
3838
python-version: '3.12'
3939
if: ${{ ! startsWith(matrix.build, 'anaconda') }}

0 commit comments

Comments
 (0)