We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ddc0c commit 1bf3566Copy full SHA for 1bf3566
.github/workflows/checks.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Set up Python ${{ matrix.python-version }}
32
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
33
with:
34
python-version: ${{ matrix.python-version }}
35
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: Set up Python 3
14
15
16
python-version: 3
17
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
24
0 commit comments