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.
2 parents 5088e44 + 4bd16ab commit b25dfb2Copy full SHA for b25dfb2
.github/workflows/Testbase.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set up Python ${{ inputs.python }}
21
uses: actions/checkout@v4.2.2
22
- name: Install dependencies
23
- uses: actions/setup-python@v5.5.0
+ uses: actions/setup-python@v5.6.0
24
with:
25
python-version: ${{ inputs.python }}
26
- name: Install package
.github/workflows/python-publish.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4.2.2
17
- name: Set up Python
18
19
python-version: '3.11'
0 commit comments