From f2a5524add2b79cc656956a44b8a00e1ce6742e7 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 17 Dec 2022 11:52:32 +0100 Subject: ci: bump action versions --- .github/workflows/test-queries.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/test-queries.yml') 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/ -- cgit v1.2.3-70-g09d2