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 b9248c4 commit 3c6ecbeCopy full SHA for 3c6ecbe
.github/actions/build-vsix/action.yml
@@ -32,7 +32,7 @@ runs:
32
33
# Jedi LS depends on dataclasses which is not in the stdlib in Python 3.7.
34
- name: Use Python 3.9 for JediLSP
35
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
36
with:
37
python-version: 3.9
38
cache: 'pip'
0 commit comments