summaryrefslogtreecommitdiff
path: root/.github/workflows/check-query-files-and-compilation.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-30 19:03:07 +0100
committerGitHub <noreply@github.com>2022-01-30 19:03:07 +0100
commitab29010c5bb9ba8f575cf08f1d8b24949a8a6688 (patch)
treed431d31e73f53d555edc9c506de1109f42eb2c07 /.github/workflows/check-query-files-and-compilation.yml
parentd47df1813a004f9cf68f1ac0439c9978641292e6 (diff)
ci: only fix major version of vulnerable action (#2411)
also bump checkout to v2 everywhere
Diffstat (limited to '.github/workflows/check-query-files-and-compilation.yml')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 6d92938b..ed8fa170 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