Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit ab8f22f

Browse files
chore(deps): bump actions/setup-python from 4 to 5
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] <support@github.com>
1 parent ddf9b39 commit ab8f22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream_python_enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
cache: 'maven'
129129
# Need to install all Python versions in the same run for tox
130130
- name: Python 3.10, Python 3.11, Python 3.12 Setup
131-
uses: actions/setup-python@v4
131+
uses: actions/setup-python@v5
132132
with:
133133
python-version: |
134134
3.10

0 commit comments

Comments
 (0)