Skip to content

Commit f93e1fc

Browse files
Bump actions/setup-python from 2 to 4 (pydata#126)
1 parent 1270a57 commit f93e1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypipublish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
with:
2424
fetch-depth: 0
25-
- uses: actions/setup-python@v2
25+
- uses: actions/setup-python@v4
2626
name: Install Python
2727
with:
2828
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@v2
51+
- uses: actions/setup-python@v4
5252
name: Install Python
5353
with:
5454
python-version: '3.10'

0 commit comments

Comments
 (0)