From 0ffd29facc9ab8c91472dde5e7071746d6fd04c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Tue, 27 Sep 2022 12:57:37 -0300 Subject: update workflow --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f3e2ab..ac6e42f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,8 +7,8 @@ jobs: name: stylua runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: JohnnyMorganz/stylua-action@1.0.0 + - uses: actions/checkout@v3 + - uses: JohnnyMorganz/stylua-action@latest with: token: ${{ secrets.GITHUB_TOKEN }} args: --color always --check lua @@ -21,7 +21,7 @@ jobs: name: test steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: rhysd/action-setup-vim@v1 with: -- cgit v1.2.3