Skip to content

Commit d293f50

Browse files
Bump actions/setup-python from 2 to 3 (pydata#6338)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 265ec7b commit d293f50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/pypi-release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-python@v2
18+
- uses: actions/setup-python@v3
1919
name: Install Python
2020
with:
2121
python-version: 3.8
@@ -50,7 +50,7 @@ jobs:
5050
needs: build-artifacts
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/setup-python@v2
53+
- uses: actions/setup-python@v3
5454
name: Install Python
5555
with:
5656
python-version: 3.8

Diff for: .github/workflows/upstream-dev-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
shell: bash
112112
steps:
113113
- uses: actions/checkout@v3
114-
- uses: actions/setup-python@v2
114+
- uses: actions/setup-python@v3
115115
with:
116116
python-version: "3.x"
117117
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)