diff options
| author | dundargoc <gocdundar@gmail.com> | 2022-12-17 11:52:32 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2022-12-17 12:57:24 +0100 |
| commit | f2a5524add2b79cc656956a44b8a00e1ce6742e7 (patch) | |
| tree | e6ab13e1b086f19decb2639ecf2126fdbcc00ffd /.github/workflows/test-queries.yml | |
| parent | Update parsers: c_sharp, lua (diff) | |
| download | nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.gz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.bz2 nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.lz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.xz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.zst nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.zip | |
ci: bump action versions
Diffstat (limited to '.github/workflows/test-queries.yml')
| -rw-r--r-- | .github/workflows/test-queries.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 738bad9a4..a39190104 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -55,9 +55,9 @@ jobs: NVIM: ${{ matrix.os == 'windows-2022' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }} ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-2022' && 'rnoweb' }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ilammy/msvc-dev-cmd@v1 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 - name: Install and prepare Neovim env: @@ -68,7 +68,7 @@ jobs: - name: Setup Parsers Cache id: parsers-cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ./parser/ |
