Skip to content

Commit 443d2c3

Browse files
Bump actions/setup-python from 4 to 5 (AcademySoftwareFoundation#490)
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-version: '5' 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 f18f508 commit 443d2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install python for MINGW32
117117
if: inputs.pybind11 == 'ON' && inputs.msystem == 'MINGW32'
118118
# Note that MINGW32 requires the x86 architecture
119-
uses: actions/setup-python@v4
119+
uses: actions/setup-python@v5
120120
with:
121121
python-version: '3.9'
122122
architecture: 'x86'

0 commit comments

Comments
 (0)