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 9fefe27 commit 25b81b9Copy full SHA for 25b81b9
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- run: pipx install poetry
14
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
15
with:
16
python-version: "3.11"
17
cache: poetry
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
18
- name: Set up Python 3.10
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
21
python-version: "3.10"
22
- name: Install gepetuto and its dependencies
0 commit comments