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 7f692a1 commit 3a3e28fCopy full SHA for 3a3e28f
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
- name: Set up Python
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: '3.9'
22
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@v2
29
30
- name: Set up Python ${{ matrix.python-version }}
31
- uses: actions/setup-python@v2
32
33
python-version: ${{ matrix.python-version }}
34
0 commit comments