From 0902c2259b1cf3703bfe042581c97f175ff64594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:40:18 +0000 Subject: [PATCH] chore(dependabot): bump JohnnyMorganz/stylua-action from 4 to 5 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] --- .github/workflows/stylua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 105acee..ead18fd 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -13,7 +13,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