From ab29010c5bb9ba8f575cf08f1d8b24949a8a6688 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 30 Jan 2022 19:03:07 +0100 Subject: ci: only fix major version of vulnerable action (#2411) also bump checkout to v2 everywhere --- .github/workflows/check-query-files-and-compilation.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 6d92938b6..ed8fa1705 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -50,7 +50,7 @@ jobs: CC: ${{ matrix.cc }} steps: - uses: actions/checkout@v2 - - uses: ilammy/msvc-dev-cmd@v1.5.0 + - uses: ilammy/msvc-dev-cmd@v1 - uses: actions/setup-node@v2 - name: Install and prepare Neovim diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 697279895..0352c9e87 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: name: Luacheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Prepare run: | -- cgit v1.2.3-70-g09d2