diff --git a/.github/workflows/build-beta.yml b/.github/workflows/build-beta.yml index 7622f466be..d3677913d2 100644 --- a/.github/workflows/build-beta.yml +++ b/.github/workflows/build-beta.yml @@ -22,7 +22,7 @@ jobs: args: "--no-color -q" annotate: warning - - uses: JohnnyMorganz/stylua-action@1.0.0 + - uses: JohnnyMorganz/stylua-action@1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} args: --check . --output-format=summary diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bd42816b6..7ebc8ee47d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: args: "--no-color -q" annotate: warning - - uses: JohnnyMorganz/stylua-action@1.0.0 + - uses: JohnnyMorganz/stylua-action@1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} args: --check . --output-format=summary diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4a844fcf61..86eea42c43 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: args: "--no-color -q" annotate: warning - - uses: JohnnyMorganz/stylua-action@1.0.0 + - uses: JohnnyMorganz/stylua-action@1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} args: --check . --output-format=summary