We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09de84 commit d37817eCopy full SHA for d37817e
.github/actions/build-vsix/action.yml
@@ -23,7 +23,7 @@ runs:
23
24
# Jedi LS depends on dataclasses which is not in the stdlib in Python 3.7.
25
- name: Use Python 3.8 for JediLSP
26
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
27
with:
28
python-version: 3.8
29
cache: 'pip'
0 commit comments