From 4193b385fc7c865f9fd2ab2774fd13b66c6c5698 Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Fri, 16 Sep 2022 15:00:24 +0200 Subject: [PATCH] CI: Update the StyLua action to version 1.1.0 --- .github/workflows/build-beta.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/pull_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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