diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-02-27 20:55:22 +0000 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2025-02-27 22:41:50 +0100 |
| commit | d793c5cb0206d976a38e70e62479a60ba87722ca (patch) | |
| tree | 378377976cc3f6520e7acbdb1f775bb2d31b4d20 /.github/workflows | |
| parent | fix(docgen): root_dir doc shows paths from CI env #3630 (diff) | |
| download | nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar.gz nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar.bz2 nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar.lz nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar.xz nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.tar.zst nvim-lspconfig-d793c5cb0206d976a38e70e62479a60ba87722ca.zip | |
ci: bump leafo/gh-actions-lua from 10 to 11
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 10 to 11.
- [Release notes](https://github.com/leafo/gh-actions-lua/releases)
- [Commits](https://github.com/leafo/gh-actions-lua/compare/v10...v11)
---
updated-dependencies:
- dependency-name: leafo/gh-actions-lua
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows')
| -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 ed1a2ff3..90d8ecf8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: neovim: true version: ${{ matrix.nvim_version }} - - uses: leafo/gh-actions-lua@v10 + - uses: leafo/gh-actions-lua@v11 with: luaVersion: "luajit-openresty" - uses: leafo/gh-actions-luarocks@v4 |
