diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-03 14:04:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-03 14:04:24 +0800 |
| commit | 3bd4ca412982afa6f88bb7ef890660cee51c3e58 (patch) | |
| tree | db893aee8d4b1462d7b10d995fe0fb51196ce719 /.github/workflows | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar.gz nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar.bz2 nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar.lz nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar.xz nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.tar.zst nvim-lspconfig-3bd4ca412982afa6f88bb7ef890660cee51c3e58.zip | |
ci: bump JohnnyMorganz/stylua-action from 2 to 3 (#2582)
Bumps [JohnnyMorganz/stylua-action](https://github.com/JohnnyMorganz/stylua-action) from 2 to 3.
- [Release notes](https://github.com/JohnnyMorganz/stylua-action/releases)
- [Commits](https://github.com/JohnnyMorganz/stylua-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: JohnnyMorganz/stylua-action
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/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 78f511bd..f7f72283 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v2 + uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest |
