diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-17 11:56:00 +0000 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-12-17 13:00:42 +0100 |
| commit | cfdca13a5da647d21be206bf2eb90629a7e7c734 (patch) | |
| tree | a82f3c9d05da9cf4be409281243455c6db446374 /.github/workflows/lint.yml | |
| parent | ci: add dependabot for GH actions (diff) | |
| download | nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar.gz nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar.bz2 nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar.lz nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar.xz nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.tar.zst nvim-treesitter-cfdca13a5da647d21be206bf2eb90629a7e7c734.zip | |
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>
Diffstat (limited to '.github/workflows/lint.yml')
| -rw-r--r-- | .github/workflows/lint.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 27a75f8c0..41830b225 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: name: Lint Lua files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Format run: | @@ -28,7 +28,7 @@ jobs: name: Lint query files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Format run: | @@ -42,7 +42,7 @@ jobs: name: Lint docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Check SUPPORTED_LANGUAGES run: | |
