From 2979e048b356cfd32dc419d5803dc356b9832adf Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 11 Dec 2025 10:44:35 +0100 Subject: ci(test): bump tree-sitter/setup-actions to v2 --- .github/workflows/downstream.yml | 2 +- .github/workflows/test-core.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index b4ea6fc85..03fb42a36 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -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: diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index f20f1939d..83a4729c1 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -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 -- cgit v1.2.3-70-g09d2