diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-24 20:03:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-24 20:03:40 +0000 |
| commit | c06078f7c9ff752c5df488ef905249da0d0eaf54 (patch) | |
| tree | 705e21578bcbe48b3700b2c05d75b89e920f685b | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar.gz nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar.bz2 nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar.lz nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar.xz nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.tar.zst nvim-lspconfig-dependabot/github_actions/leafo/gh-actions-lua-13.zip | |
ci: bump leafo/gh-actions-lua from 12 to 13dependabot/github_actions/leafo/gh-actions-lua-13
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 12 to 13.
- [Release notes](https://github.com/leafo/gh-actions-lua/releases)
- [Commits](https://github.com/leafo/gh-actions-lua/compare/v12...v13)
---
updated-dependencies:
- dependency-name: leafo/gh-actions-lua
dependency-version: '13'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -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 2e92c3e1..a1f144b8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: neovim: true version: ${{ matrix.nvim_version }} - - uses: leafo/gh-actions-lua@v12 + - uses: leafo/gh-actions-lua@v13 with: luaVersion: "luajit-openresty" - uses: leafo/gh-actions-luarocks@v6 |
