aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-20 14:56:46 -0800
committerGitHub <noreply@github.com>2025-11-20 14:56:46 -0800
commit32534d548ad2b1e783643a2e719b1a1d8597290e (patch)
treedbf11e31f861817db81c10337c3d1019c81ba5dc /.github/workflows/release.yml
parentfix(lsp): detect deno.jsonc as Deno project for biome/eslint/ts_ls/tsgo/vtsls... (diff)
downloadnvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar.gz
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar.bz2
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar.lz
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar.xz
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.tar.zst
nvim-lspconfig-32534d548ad2b1e783643a2e719b1a1d8597290e.zip
ci: bump actions/checkout from 5 to 6 (#4205)
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 69cc5b3c..e6dddaf8 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@v5
+ - uses: actions/checkout@v6
- name: LuaRocks Upload
uses: nvim-neorocks/luarocks-tag-release@v7
env: