diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-28 20:33:54 +0000 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-02-28 23:46:34 +0100 |
| commit | a3f8422b752e03334dbaf4a46940d8aee0acdebf (patch) | |
| tree | 2b833ca94cb2e6b840bd7e9c5cf256963317db7c /.github | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar.gz nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar.bz2 nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar.lz nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar.xz nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.tar.zst nvim-lspconfig-a3f8422b752e03334dbaf4a46940d8aee0acdebf.zip | |
ci: bump leafo/gh-actions-luarocks from 4 to 5
Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 4 to 5.
- [Release notes](https://github.com/leafo/gh-actions-luarocks/releases)
- [Commits](https://github.com/leafo/gh-actions-luarocks/compare/v4...v5)
---
updated-dependencies:
- dependency-name: leafo/gh-actions-luarocks
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90d8ecf8..25600055 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: - uses: leafo/gh-actions-lua@v11 with: luaVersion: "luajit-openresty" - - uses: leafo/gh-actions-luarocks@v4 + - uses: leafo/gh-actions-luarocks@v5 - name: Install vusted run: luarocks install vusted |
