diff --git a/.github/actions/build-vsix/action.yml b/.github/actions/build-vsix/action.yml index 962fd85fc355..4c783fed1c42 100644 --- a/.github/actions/build-vsix/action.yml +++ b/.github/actions/build-vsix/action.yml @@ -23,7 +23,7 @@ runs: # Jedi LS depends on dataclasses which is not in the stdlib in Python 3.7. - name: Use Python 3.7 for JediLSP - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.7 cache: 'pip'