Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/assign-reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2.3.4

- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.9'

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Jedi LS depends on dataclasses which was a pypi install in 3.6
- name: Use Python 3.6 for JediLSP
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.6

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
run: npm run format-check

- name: Use Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.x

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: npx gulp prePublishNonBundle

- name: Install Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npx gulp prePublishNonBundle

- name: Use Python ${{env.PYTHON_VERSION}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Jedi LS depends on dataclasses which was a pypi install in 3.6
- name: Use Python 3.6 for JediLSP
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.6

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
run: npm run format-check

- name: Use Python ${{env.PYTHON_VERSION}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: npx gulp prePublishNonBundle

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
node-version: ${{env.NODE_VERSION}}

- name: Use Python ${{matrix.python}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python}}

Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
run: npx gulp prePublishNonBundle

- name: Use Python ${{env.PYTHON_VERSION}}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{env.PYTHON_VERSION}}

Expand Down