diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-29 23:25:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 23:25:54 +0200 |
| commit | 9139e5c90801029ff3602cac5d722e7036b6b176 (patch) | |
| tree | dfdf18b649135df71fa51a97ddcd1c3a31a732f8 /.github | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar.gz nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar.bz2 nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar.lz nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar.xz nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.tar.zst nvim-lspconfig-9139e5c90801029ff3602cac5d722e7036b6b176.zip | |
ci: bump nvim-neorocks/luarocks-tag-release from 1.0.2 to 4
Bumps [nvim-neorocks/luarocks-tag-release](https://github.com/nvim-neorocks/luarocks-tag-release) from 1.0.2 to 4
- [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/v1.0.2...v4.0.0)
Diffstat (limited to '.github')
| -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 29d49e06..cbb0511e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: LuaRocks Upload - uses: nvim-neorocks/luarocks-tag-release@v1.0.2 + uses: nvim-neorocks/luarocks-tag-release@v4 env: LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }} with: |
