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 20e4cdd commit d4a778dCopy full SHA for d4a778d
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
14
- name: Install and configure Poetry
15
run: |
16
pip install poetry
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
- name: Set up Python ${{ matrix.python-version }}
33
- uses: actions/setup-python@v4
34
with:
35
python-version: ${{ matrix.python-version }}
36
0 commit comments