We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8f6c4 commit 17e1326Copy full SHA for 17e1326
.github/workflows/release.yaml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
fetch-depth: 0 # Fetch all history for all tags and branches
15
16
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
17
18
python-version: "3.x"
19
.github/workflows/sdist.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
python-version: ${{ matrix.python-version }}
36
0 commit comments