Skip to content

Commit e661fb2

Browse files
chore(deps): Bump actions/setup-python from 4 to 5 (#673)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d38c7b commit e661fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v4
108108
- name: Setup Python Environment
109109
# see https://github.com/actions/setup-python
110-
uses: actions/setup-python@v4
110+
uses: actions/setup-python@v5
111111
with:
112112
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
113113
architecture: 'x64'
@@ -141,7 +141,7 @@ jobs:
141141
uses: actions/checkout@v4
142142
- name: Setup Python Environment
143143
# see https://github.com/actions/setup-python
144-
uses: actions/setup-python@v4
144+
uses: actions/setup-python@v5
145145
with:
146146
python-version: ${{ env.PYTHON_VERSION_DEFAULT }}
147147
architecture: 'x64'

0 commit comments

Comments
 (0)