aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-22 14:25:12 +0800
committerGitHub <noreply@github.com>2024-06-22 14:25:12 +0800
commit3c8346db23033fa49ce0eef2e89dbe91cfd54f21 (patch)
tree5773d150992afdd6f42dc5529b1aed3417b94c64 /.github/workflows
parentdocs: update server_configurations.md (diff)
downloadnvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar.gz
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar.bz2
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar.lz
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar.xz
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.tar.zst
nvim-lspconfig-3c8346db23033fa49ce0eef2e89dbe91cfd54f21.zip
ci: bump nvim-neorocks/luarocks-tag-release from 6 to 7 (#3217)
Bumps [nvim-neorocks/luarocks-tag-release](https://github.com/nvim-neorocks/luarocks-tag-release) from 6 to 7. - [Release notes](https://github.com/nvim-neorocks/luarocks-tag-release/releases) - [Changelog](https://github.com/nvim-neorocks/luarocks-tag-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/nvim-neorocks/luarocks-tag-release/compare/v6...v7) --- updated-dependencies: - dependency-name: nvim-neorocks/luarocks-tag-release 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')
-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 28f7902f..9e590185 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: LuaRocks Upload
- uses: nvim-neorocks/luarocks-tag-release@v6
+ uses: nvim-neorocks/luarocks-tag-release@v7
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
with: