Skip to content

Commit 9baa4ce

Browse files
Bump actions/setup-python from 2.3.2 to 3
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.3.2...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 f3dc9d3 commit 9baa4ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/[email protected]
1818
- name: Set up Python ${{ matrix.python-version }}
19-
uses: actions/setup-python@v2.3.2
19+
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Install dependencies
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/[email protected]
4949
- name: Set up Python
50-
uses: actions/setup-python@v2.3.2
50+
uses: actions/setup-python@v3
5151
with:
5252
python-version: '3.x'
5353
- name: Install dependencies

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/[email protected]
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2.3.2
23+
uses: actions/setup-python@v3
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

0 commit comments

Comments
 (0)