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 c0afbac commit 1c45ff5Copy full SHA for 1c45ff5
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v5
21
- name: Set up Python 3.x
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: "3.x"
25
- name: Install build
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v5
37
38
- name: Set up Python ${{ matrix.python }}
39
40
41
python-version: ${{ matrix.python }}
42
@@ -120,7 +120,7 @@ jobs:
120
121
122
- name: Set up Python
123
124
125
python-version: "3.11"
126
0 commit comments