Skip to content

Commit 1a55a5c

Browse files
build(deps): Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d8f3fa commit 1a55a5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
341341
- name: Install Python 3.x
342342
if: fromJSON(matrix.config.container) == null && runner.name != 'WINDOWS-SIGN-PC'
343-
uses: actions/setup-python@v5
343+
uses: actions/setup-python@v6
344344
with:
345345
python-version: '3.11.x'
346346

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
# See: https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites
9494
- name: Install Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: '3.11.x'
9898

0 commit comments

Comments
 (0)