From dc378aad2a93bd2972a425f1a0b965c8cd4d2fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:13:59 +0000 Subject: [PATCH] Bump JohnnyMorganz/stylua-action from 4.0.0 to 4.1.0 Bumps [JohnnyMorganz/stylua-action](https://github.com/johnnymorganz/stylua-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/johnnymorganz/stylua-action/releases) - [Commits](https://github.com/johnnymorganz/stylua-action/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: JohnnyMorganz/stylua-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 78d5d0a..733d60a 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - name: formatting - uses: JohnnyMorganz/stylua-action@v4.0.0 + uses: JohnnyMorganz/stylua-action@v4.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest