From 6e84a46abcc01de11f52cdd3d13cc3ef2ce95e69 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Sun, 30 Oct 2022 11:08:59 +0100 Subject: ci(stylua): explicitly set the version to latest (#20869) This will silence the warning about needing to pin the version in the Summary Page. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d8c4046d8..c386930073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,7 @@ jobs: uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + version: latest args: --check runtime/ - if: "!cancelled()" -- cgit