diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-06-18 20:02:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 20:02:42 +0000 |
| commit | 2718924266f11b0fc484cd293e76823f7efb4bd0 (patch) | |
| tree | 91accb197689cfefd2e8190f1c577fdc1a733e9a /.github/workflows/test.yml | |
| parent | docs: update generated annotations (diff) | |
| download | nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar.gz nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar.bz2 nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar.lz nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar.xz nvim-lspconfig-dependabot/github_actions/actions/checkout-7.tar.zst nvim-lspconfig-dependabot/github_actions/actions/checkout-7.zip | |
ci: bump actions/checkout from 6 to 7dependabot/github_actions/actions/checkout-7
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/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a1f144b8..aacec2c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-latest, macos-latest] nvim_version: [nightly, 'v0.10.4'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: rhysd/action-setup-vim@v1 with: neovim: true |
