Skip to content

Commit 0e2f80f

Browse files
Bump actions/setup-python from 4.1.0 to 4.2.0 (#24)
1 parent d4546e3 commit 0e2f80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4.1.0
16+
- uses: actions/setup-python@v4.2.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@v4.1.0
51+
- uses: actions/setup-python@v4.2.0
5252
name: Install Python
5353
with:
5454
python-version: 3.8

0 commit comments

Comments
 (0)