Skip to content

Commit 5e20409

Browse files
Bump actions/setup-python from 4 to 5 in /.github/actions/create-dev-env (#2058)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- 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 6402f3d commit 5e20409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-dev-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# See: https://github.com/actions/setup-python/issues/108
99
# python3 is manually preinstalled in the aarch64 VM self-hosted runner
1010
- name: Set Up Python 🐍
11-
uses: actions/setup-python@v4
11+
uses: actions/setup-python@v5
1212
with:
1313
python-version: 3.x
1414
if: runner.arch == 'X64'

0 commit comments

Comments
 (0)