Skip to content

Commit d37817e

Browse files
Bump actions/setup-python from 4 to 5 in /.github/actions/build-vsix
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 c09de84 commit d37817e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-vsix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323

2424
# Jedi LS depends on dataclasses which is not in the stdlib in Python 3.7.
2525
- name: Use Python 3.8 for JediLSP
26-
uses: actions/setup-python@v4
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: 3.8
2929
cache: 'pip'

0 commit comments

Comments
 (0)