Skip to content

Commit a04e5b8

Browse files
Bump actions/setup-python from 2 to 4 (#748)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcdfae3 commit a04e5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v3
1313
with:
1414
submodules: recursive
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v4
1616
with:
1717
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
1818
- name: Install dependencies

0 commit comments

Comments
 (0)