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 7509e03 commit 1d55caeCopy full SHA for 1d55cae
.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/[email protected]
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
32
with:
33
python-version: ${{ env.DEFAULT_PYTHON }}
34
check-latest: true
0 commit comments