We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3e80a commit 688228cCopy full SHA for 688228c
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
- &setup-python-default
29
name: Set up Python ${{ env.DEFAULT_PYTHON }}
30
id: python
31
- uses: &actions-setup-python actions/setup-python@v6.0.0
+ uses: &actions-setup-python actions/setup-python@v5.6.0
32
with:
33
python-version: ${{ env.DEFAULT_PYTHON }}
34
check-latest: true
0 commit comments