From c2f14a5cb8c7390dfeac7bb4afce40a1c24b6fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:06:42 +0000 Subject: [PATCH] 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] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ed7c2..5ebd189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v3 - name: Run stylua - uses: JohnnyMorganz/stylua-action@v3 + uses: JohnnyMorganz/stylua-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest