aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint.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/lint.yml
parentUpdate lockfile.json (#2409) (diff)
downloadnvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar.gz
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar.bz2
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar.lz
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar.xz
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.tar.zst
nvim-treesitter-ab29010c5bb9ba8f575cf08f1d8b24949a8a6688.zip
ci: only fix major version of vulnerable action (#2411)
also bump checkout to v2 everywhere
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
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: |