mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci: bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fc21d3db8c
commit
cfdca13a5d
4 changed files with 9 additions and 9 deletions
6
.github/workflows/downstream.yml
vendored
6
.github/workflows/downstream.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NVIM: "nvim"
|
NVIM: "nvim"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: tree-sitter/setup-action/cli@v2
|
- uses: tree-sitter/setup-action/cli@v2
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: curl -fL https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-x86_64-unknown-linux-gnu.tar.gz | tar -xz
|
run: curl -fL https://github.com/ribru17/ts_query_ls/releases/latest/download/ts_query_ls-x86_64-unknown-linux-gnu.tar.gz | tar -xz
|
||||||
|
|
||||||
- name: Clone textobjects
|
- name: Clone textobjects
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: nvim-treesitter/nvim-treesitter-textobjects
|
repository: nvim-treesitter/nvim-treesitter-textobjects
|
||||||
ref: main
|
ref: main
|
||||||
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
|
|
||||||
- name: Clone context
|
- name: Clone context
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
repository: nvim-treesitter/nvim-treesitter-context
|
repository: nvim-treesitter/nvim-treesitter-context
|
||||||
ref: master
|
ref: master
|
||||||
|
|
|
||||||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
name: Lint Lua files
|
name: Lint Lua files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
name: Lint query files
|
name: Lint query files
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
name: Lint docs
|
name: Lint docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Check SUPPORTED_LANGUAGES
|
- name: Check SUPPORTED_LANGUAGES
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
2
.github/workflows/test-core.yml
vendored
2
.github/workflows/test-core.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: tree-sitter/setup-action/cli@v2
|
- uses: tree-sitter/setup-action/cli@v2
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
|
|
||||||
|
|
|
||||||
4
.github/workflows/update-parsers.yml
vendored
4
.github/workflows/update-parsers.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
||||||
name: Update parsers tier ${{ matrix.tier }}
|
name: Update parsers tier ${{ matrix.tier }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
run: ./scripts/update-parsers.lua --tier=${{ matrix.tier }}
|
run: ./scripts/update-parsers.lua --tier=${{ matrix.tier }}
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v8
|
||||||
with:
|
with:
|
||||||
add-paths: lua/nvim-treesitter/parsers.lua
|
add-paths: lua/nvim-treesitter/parsers.lua
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue