diff options
| author | dundargoc <gocdundar@gmail.com> | 2022-12-17 11:52:32 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2022-12-17 12:57:24 +0100 |
| commit | f2a5524add2b79cc656956a44b8a00e1ce6742e7 (patch) | |
| tree | e6ab13e1b086f19decb2639ecf2126fdbcc00ffd /.github/workflows/lint.yml | |
| parent | Update parsers: c_sharp, lua (diff) | |
| download | nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.gz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.bz2 nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.lz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.xz nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.tar.zst nvim-treesitter-f2a5524add2b79cc656956a44b8a00e1ce6742e7.zip | |
ci: bump action versions
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8d0bb121f..021d53568 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: name: Luacheck runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Prepare run: | @@ -25,7 +25,7 @@ jobs: name: StyLua runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Lint with stylua uses: JohnnyMorganz/stylua-action@v1 with: |
