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.
2 parents 7d3274a + cd53a74 commit 5438f66Copy full SHA for 5438f66
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
- name: Checkout source
9
uses: actions/checkout@v4
10
- name: Set up Python 3.11
11
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
12
with:
13
python-version: "3.11"
14
- name: Install build dependencies
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- name: Set up Python ${{ matrix.python-version }}
20
21
22
python-version: ${{ matrix.python-version }}
23
cache: "pip"
0 commit comments