We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0bd7f commit 7c87fb0Copy full SHA for 7c87fb0
1 file changed
.github/workflows/rust.yml
@@ -33,7 +33,7 @@ jobs:
33
rust: stable
34
steps:
35
- uses: actions/checkout@master
36
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
37
with:
38
python-version: '3.12'
39
if: ${{ ! startsWith(matrix.build, 'anaconda') }}
0 commit comments