diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-24 14:46:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-24 14:46:45 -0700 |
| commit | 2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e (patch) | |
| tree | 6a4ca892ab438f1a4693004d743c0f93eb81bbca /.github | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar.gz nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar.bz2 nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar.lz nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar.xz nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.tar.zst nvim-lspconfig-2c1ebfe45ba6cc1ab9b58595304ba81a01b61f1e.zip | |
ci: bump leafo/gh-actions-luarocks from 5 to 6 (#4096)
Bumps [leafo/gh-actions-luarocks](https://github.com/leafo/gh-actions-luarocks) from 5 to 6.
- [Release notes](https://github.com/leafo/gh-actions-luarocks/releases)
- [Commits](https://github.com/leafo/gh-actions-luarocks/compare/v5...v6)
---
updated-dependencies:
- dependency-name: leafo/gh-actions-luarocks
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')
| -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 c5c84f23..80c3ba68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - uses: leafo/gh-actions-lua@v12 with: luaVersion: "luajit-openresty" - - uses: leafo/gh-actions-luarocks@v5 + - uses: leafo/gh-actions-luarocks@v6 - name: Install vusted run: luarocks install vusted |
