mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci(test): bump tree-sitter/setup-actions to v2
This commit is contained in:
parent
b6271b678e
commit
2979e048b3
2 changed files with 2 additions and 2 deletions
2
.github/workflows/downstream.yml
vendored
2
.github/workflows/downstream.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
NVIM: "nvim"
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: tree-sitter/setup-action/cli@v1
|
||||
- uses: tree-sitter/setup-action/cli@v2
|
||||
|
||||
- name: Install and prepare Neovim
|
||||
env:
|
||||
|
|
|
|||
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: tree-sitter/setup-action/cli@v1
|
||||
- uses: tree-sitter/setup-action/cli@v2
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
|
||||
- name: Install and prepare Neovim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue