Skip to content

Commit 59a3c4f

Browse files
dependabot[bot]per1234
authored andcommitted
build(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] <[email protected]>
1 parent 22a69f7 commit 59a3c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302

303303
- name: Install Python 3.x
304304
if: fromJSON(matrix.config.container) == null
305-
uses: actions/setup-python@v4
305+
uses: actions/setup-python@v5
306306
with:
307307
python-version: '3.11.x'
308308

0 commit comments

Comments
 (0)