From c7804b68c3c9d49b88632db7dc9c123cf29537e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:18:40 +0000 Subject: [PATCH] chore(deps): update johnnymorganz/stylua-action action to v5 --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 1dce479..b24ca9b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v5 - - uses: JohnnyMorganz/stylua-action@v4 + - uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest