diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-12 20:15:35 +0000 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-02-12 22:33:22 +0100 |
| commit | a367cab50457558b71151b3652d3732ca40c8fee (patch) | |
| tree | 2b04bacb091129f21d4a8834d887f451a305840b /.github/workflows | |
| parent | fix(texlab): search for default texlab root files (#3005) (diff) | |
| download | nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar.gz nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar.bz2 nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar.lz nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar.xz nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.tar.zst nvim-lspconfig-a367cab50457558b71151b3652d3732ca40c8fee.zip | |
ci: bump JohnnyMorganz/stylua-action from 3 to 4
Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 3 to 4.
- [Release notes](https://github.com/johnnymorganz/stylua-action/releases)
- [Commits](https://github.com/johnnymorganz/stylua-action/compare/v3...v4)
---
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>
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 e2cf7294..452748ce 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Lint with stylua - uses: JohnnyMorganz/stylua-action@v3 + uses: JohnnyMorganz/stylua-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest |
