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 a48a096 commit 00fe9abCopy full SHA for 00fe9ab
.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.10"
22
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: actions/checkout@v4
34
35
- name: Set up Python ${{ matrix.python }}
36
37
38
python-version: ${{ matrix.python }}
39
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
120
0 commit comments