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 777e651 + 96e0a3e commit 27a052bCopy full SHA for 27a052b
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 2
17
18
- name: Set up Python
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: "3.11"
22
.github/workflows/tests.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: actions/checkout@v4
42
43
- name: Set up Python ${{ matrix.python }}
44
45
46
python-version: ${{ matrix.python }}
47
@@ -124,7 +124,7 @@ jobs:
124
125
126
127
128
129
130
0 commit comments