From 2d333c4ce1d0566f56c1f436ebfe8e9ac53559ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Fri, 29 Sep 2023 02:12:52 +0200 Subject: [PATCH] fix(ci/cs-stylua): invalid version number --- .github/workflows/stylua.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylua.yml b/.github/workflows/stylua.yml index 9deb640..639c7e1 100644 --- a/.github/workflows/stylua.yml +++ b/.github/workflows/stylua.yml @@ -10,6 +10,6 @@ jobs: uses: JohnnyMorganz/stylua-action@v3 with: token: ${{ secrets.GH_TOKEN }} - version: v0.8.2 # NOTE: we recommend pinning to a specific version in case of formatting changes + version: v0.18.2 # NOTE: we recommend pinning to a specific version in case of formatting changes # CLI arguments args: --check .