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 5e40a28 + 4109d3c commit a6eb8e5Copy full SHA for a6eb8e5
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/checkout@v4
40
41
- name: Set up Python ${{ matrix.python-version }}
42
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
43
with:
44
python-version: ${{ matrix.python-version }}
45
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Set up Python 3.10
17
18
19
python-version: "3.10"
20
0 commit comments