diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/stylua.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index abdcfd35..89ce5ede 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -12,10 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run Stylua check - uses: JohnnyMorganz/stylua-action@1.0.0 + uses: JohnnyMorganz/stylua-action@v1.1.1 with: # token is needed because the action allegedly downloads binary from github releases token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments args: --check . - version: 0.14.3 + version: 0.15.0 |
