mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
ci: only fix major version of vulnerable action (#2411)
also bump checkout to v2 everywhere
This commit is contained in:
parent
d47df1813a
commit
ab29010c5b
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
name: Luacheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue