We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ddef8 commit cd10c1bCopy full SHA for cd10c1b
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
19
- name: Set up Python 3.8
20
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
21
with:
22
python-version: '3.8'
23
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Set up Python ${{ matrix.pyv }}
29
30
31
python-version: ${{ matrix.pyv }}
32
cache: pip
0 commit comments