From 4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 22 Sep 2022 14:01:21 +0200 Subject: chore: upgrade stylua to 0.15.0 (#454) --- .github/workflows/stylua.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3-70-g09d2