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 a01f946 commit 28f63d4Copy full SHA for 28f63d4
.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@v5.2.0
+ uses: actions/setup-python@v5.3.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.8
python-version: 3.8
22
0 commit comments