Skip to content

Commit

Permalink
chore: update versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Jun 14, 2024
1 parent 5c8e60f commit 68b61ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- uses: actions/checkout@v4
with:
path: lsp_utils
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- run: |
sudo apt update
sudo apt install --no-install-recommends -y x11-xserver-utils
- run: pip3 install mypy==1.6.0 flake8==5.0.4 pyright==1.1.331 --user
- run: pip3 install mypy==1.7.1 flake8==5.0.4 pyright==1.1.339 --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: git clone https://github.com/sublimelsp/LSP.git
- run: git clone https://github.com/SublimeText/sublime_lib.git
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9

Expand Down

0 comments on commit 68b61ae

Please sign in to comment.