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