diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-12 14:23:52 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-12 14:23:52 +0800 |
| commit | df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73 (patch) | |
| tree | 9157955efb71f94f5733b97b9493bbf0b05482c9 /.github/workflows | |
| parent | feat: check eslint config file to enable flat config support (#2596) (diff) | |
| download | nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar.gz nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar.bz2 nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar.lz nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar.xz nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.tar.zst nvim-lspconfig-df58d91c9351a9dc5be6cf8d54f49ab0d9a64e73.zip | |
ci: bump leafo/gh-actions-lua from 8 to 10 (#2606)
Bumps [leafo/gh-actions-lua](https://github.com/leafo/gh-actions-lua) from 8 to 10.
- [Release notes](https://github.com/leafo/gh-actions-lua/releases)
- [Commits](https://github.com/leafo/gh-actions-lua/compare/v8...v10)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 4516645c..384895f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: version: nightly - name: luajit - uses: leafo/gh-actions-lua@v8 + uses: leafo/gh-actions-lua@v10 with: luaVersion: "luajit-2.1.0-beta3" |
