diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-12 13:44:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 13:44:24 -0700 |
| commit | 45ff1914044de7dbd4cd85053dc09f47312a2f4d (patch) | |
| tree | a1e5fac9147a96b501e91953bb4107f4851e10a9 /.github/workflows/release.yml | |
| parent | docs: update configs.md (diff) | |
| download | nvim-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/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79de3da7..69cc5b3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: luarocks-upload: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: LuaRocks Upload uses: nvim-neorocks/luarocks-tag-release@v7 env: |
