diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-04-06 19:42:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-06 19:42:19 -0400 |
| commit | bedca8b426b2fee0ccac596d167d71bbe971253f (patch) | |
| tree | c89c0e81cd7bf6ecda58443ed117f636c036f59a | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar.gz nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar.bz2 nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar.lz nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar.xz nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.tar.zst nvim-lspconfig-bedca8b426b2fee0ccac596d167d71bbe971253f.zip | |
ci: bump JohnnyMorganz/stylua-action from 4 to 5 (#4378)
Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 4 to 5.
- [Release notes](https://github.com/johnnymorganz/stylua-action/releases)
- [Commits](https://github.com/johnnymorganz/stylua-action/compare/v4...v5)
---
updated-dependencies:
- dependency-name: JohnnyMorganz/stylua-action
dependency-version: '5'
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>
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ba237bea..3cf80677 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: JohnnyMorganz/stylua-action@v4 + - uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest |
