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 71d6485 + ac7dbc3 commit e479090Copy full SHA for e479090
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 2
18
19
- name: Set up Python
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v5
21
with:
22
python-version: "3.11"
23
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/checkout@v4
38
39
- name: Set up Python ${{ matrix.python }}
40
- uses: actions/setup-python@v4
41
42
python-version: ${{ matrix.python }}
43
@@ -116,7 +116,7 @@ jobs:
116
117
118
119
120
121
122
0 commit comments