Skip to content

Commit 8cd8cba

Browse files
Bump actions/setup-python from 2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 265ec7b commit 8cd8cba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
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

.github/workflows/upstream-dev-ci.yaml

Lines changed: 1 addition & 1 deletion
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)