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 9d880c2 commit 9289a5cCopy full SHA for 9289a5c
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
poetry config virtualenvs.prefer-active-python true
35
36
- name: Setup Python ${{ matrix.python }}
37
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
38
with:
39
python-version: ${{ matrix.python }}
40
cache: "poetry"
.github/workflows/python-publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Set up Python 3.11
14
15
16
python-version: 3.11
17
.github/workflows/release-publish-documentation.yml
@@ -12,7 +12,7 @@ jobs:
18
0 commit comments