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 50fb612 + fe5e75f commit 9ed61ddCopy full SHA for 9ed61dd
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
submodules: true
14
- name: Set up Python
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
17
python-version: '3.12'
18
.github/workflows/python-app.yml
@@ -10,7 +10,7 @@ jobs:
10
11
submodules: 'recursive'
- name: Set up Python 3.12
python-version: 3.12
- uses: Gr1N/setup-poetry@v9
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments