We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 951400d + 07a9769 commit 1c44e56Copy full SHA for 1c44e56
3 files changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@v4
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Install Poetry
.github/workflows/lint.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Set up Python
14
15
16
python-version: '3.x'
17
- name: Install dependencies
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
18
19
python-version: "3.x"
20
0 commit comments