aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/docgen.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-12 13:44:24 -0700
committerGitHub <noreply@github.com>2025-08-12 13:44:24 -0700
commit45ff1914044de7dbd4cd85053dc09f47312a2f4d (patch)
treea1e5fac9147a96b501e91953bb4107f4851e10a9 /.github/workflows/docgen.yml
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar.gz
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar.bz2
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar.lz
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar.xz
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.tar.zst
nvim-lspconfig-45ff1914044de7dbd4cd85053dc09f47312a2f4d.zip
ci: bump actions/checkout from 4 to 5 (#3994)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docgen.yml')
-rw-r--r--.github/workflows/docgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docgen.yml b/.github/workflows/docgen.yml
index be5c02c4..cfab6287 100644
--- a/.github/workflows/docgen.yml
+++ b/.github/workflows/docgen.yml
@@ -11,7 +11,7 @@ jobs:
permissions:
contents: write
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: rhysd/action-setup-vim@v1
with:
neovim: true