mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 00:10:04 -04:00
ci: bump action versions
This commit is contained in:
parent
69cbb6c6d3
commit
f2a5524add
5 changed files with 12 additions and 12 deletions
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: Luacheck
|
name: Luacheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
name: StyLua
|
name: StyLua
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Lint with stylua
|
- name: Lint with stylua
|
||||||
uses: JohnnyMorganz/stylua-action@v1
|
uses: JohnnyMorganz/stylua-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
6
.github/workflows/test-queries.yml
vendored
6
.github/workflows/test-queries.yml
vendored
|
|
@ -55,9 +55,9 @@ jobs:
|
||||||
NVIM: ${{ matrix.os == 'windows-2022' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
NVIM: ${{ matrix.os == 'windows-2022' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
||||||
ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-2022' && 'rnoweb' }}
|
ALLOWED_INSTALLATION_FAILURES: ${{ matrix.os == 'windows-2022' && 'rnoweb' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Parsers Cache
|
- name: Setup Parsers Cache
|
||||||
id: parsers-cache
|
id: parsers-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./parser/
|
./parser/
|
||||||
|
|
|
||||||
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -27,8 +27,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
CC: ${{ matrix.cc }}
|
CC: ${{ matrix.cc }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- name: Test Dependencies
|
- name: Test Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
|
|
||||||
- name: Setup Parsers Cache
|
- name: Setup Parsers Cache
|
||||||
id: parsers-cache
|
id: parsers-cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./parser/
|
./parser/
|
||||||
|
|
|
||||||
4
.github/workflows/update-lockfile.yml
vendored
4
.github/workflows/update-lockfile.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
name: Update lockfile
|
name: Update lockfile
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
|
|
@ -54,7 +54,7 @@ jobs:
|
||||||
git clean -xf
|
git clean -xf
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
title: "Update lockfile.json: ${{ env.UPDATED_PARSERS }}"
|
||||||
branch: update-lockfile-pr
|
branch: update-lockfile-pr
|
||||||
|
|
|
||||||
4
.github/workflows/update-readme.yml
vendored
4
.github/workflows/update-readme.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: Update README
|
name: Update README
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
env:
|
env:
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
git clean -xf
|
git clean -xf
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: Update README
|
commit-message: Update README
|
||||||
title: Update README
|
title: Update README
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue