Skip to content

Commit 178d3c9

Browse files
Bump actions/setup-python from 2.3.2 to 3 (#378)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7c97af commit 178d3c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Set up Python 3.8
14-
uses: actions/setup-python@v2.3.2
14+
uses: actions/setup-python@v3
1515
with:
1616
python-version: 3.8
1717
- name: Install wheel

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 2
2626
- name: Set up Python ${{ matrix.python-version }}
27-
uses: actions/setup-python@v2.3.2
27+
uses: actions/setup-python@v3
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

0 commit comments

Comments
 (0)