diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-24 16:33:37 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-07-24 18:38:49 +0200 |
| commit | a03c6283b079df3ec55705d4702d515ab2072267 (patch) | |
| tree | d90b4af7307adc540d5091d21b9cdc16d29414fd | |
| parent | feat(gnuplot)!: update parser and queries (diff) | |
| download | nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar.gz nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar.bz2 nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar.lz nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar.xz nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.tar.zst nvim-treesitter-a03c6283b079df3ec55705d4702d515ab2072267.zip | |
ci: bump actions/checkout from 6 to 7 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 6 to 7
- [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/v6...v7)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/downstream.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/test-core.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-parsers.yml | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 46e699613..28baac90a 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -19,7 +19,7 @@ jobs: env: NVIM: "nvim" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: tree-sitter/setup-action/cli@v2 - name: Install and prepare Neovim @@ -35,7 +35,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 - name: Clone textobjects - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: nvim-treesitter/nvim-treesitter-textobjects ref: main @@ -48,7 +48,7 @@ jobs: - name: Clone context if: always() - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: nvim-treesitter/nvim-treesitter-context ref: master diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ed8e7ba2..3c114317d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: Lint Lua files runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Format run: | @@ -28,7 +28,7 @@ jobs: name: Lint query files runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Format run: | @@ -42,7 +42,7 @@ jobs: name: Lint docs runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check SUPPORTED_LANGUAGES run: | diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 0332f479a..191698c6e 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -21,7 +21,7 @@ jobs: env: NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: tree-sitter/setup-action/cli@v2 - name: Install and prepare Neovim diff --git a/.github/workflows/update-parsers.yml b/.github/workflows/update-parsers.yml index 694a8bbbd..1db7450b0 100644 --- a/.github/workflows/update-parsers.yml +++ b/.github/workflows/update-parsers.yml @@ -17,7 +17,7 @@ jobs: name: Update parsers tier ${{ matrix.tier }} runs-on: ubuntu-slim steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: main |
