mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci(test): bump tree-sitter/setup-actions to v2
This commit is contained in:
committed by
Christian Clason
parent
b6271b678e
commit
2979e048b3
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
|
||||
|
||||
Reference in New Issue
Block a user