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 5bf21f6 commit be42e26Copy full SHA for be42e26
.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@v6.1.0
32
with:
33
python-version: ${{ env.DEFAULT_PYTHON }}
34
check-latest: true
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/[email protected]
24
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
25
26
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.0
27
- name: Build distributions
0 commit comments