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 ac6bb4c commit d975c21Copy full SHA for d975c21
.github/workflows/pythonpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/[email protected]
16
- name: Set up Python
17
- uses: actions/setup-python@v6.0.0
+ uses: actions/setup-python@v6.1.0
18
with:
19
python-version: '3.x'
20
- name: Install dependencies
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python 3.9
21
22
python-version: 3.9
23
0 commit comments