Skip to content

Commit 9d75757

Browse files
Bump actions/setup-python from 3.1.2 to 4.0.0 (#19)
1 parent 0b52495 commit 9d75757

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-python@v3.1.2
16+
- uses: actions/setup-python@v4.0.0
1717
name: Install Python
1818
with:
1919
python-version: 3.8
@@ -48,7 +48,7 @@ jobs:
4848
needs: build-artifacts
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/setup-python@v3.1.2
51+
- uses: actions/setup-python@v4.0.0
5252
name: Install Python
5353
with:
5454
python-version: 3.8

0 commit comments

Comments
 (0)