diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-18 17:21:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 17:21:01 -0400 |
| commit | 94e94a6e4760e1dac0edebea331e8ffcd75abc31 (patch) | |
| tree | 91accb197689cfefd2e8190f1c577fdc1a733e9a /.github/workflows/gen-annotations.yml | |
| parent | docs: update generated annotations (diff) | |
| download | nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar.gz nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar.bz2 nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar.lz nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar.xz nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.tar.zst nvim-lspconfig-94e94a6e4760e1dac0edebea331e8ffcd75abc31.zip | |
ci: bump actions/checkout from 6 to 7 #4455
Bumps [actions/checkout](https://github.com/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
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/gen-annotations.yml')
| -rw-r--r-- | .github/workflows/gen-annotations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen-annotations.yml b/.github/workflows/gen-annotations.yml index 6a6b3365..e585f6a8 100644 --- a/.github/workflows/gen-annotations.yml +++ b/.github/workflows/gen-annotations.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
