diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2022-09-27 12:57:37 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2022-09-27 12:57:37 -0300 |
| commit | 0ffd29facc9ab8c91472dde5e7071746d6fd04c6 (patch) | |
| tree | ad4c790d1b05693837d8e89675b3424a7c804ab2 /.github/workflows/test.yml | |
| parent | 01ea423c97f4d632f4ec89bba8117fb524fdb429 (diff) | |
| download | gruvbox-0ffd29facc9ab8c91472dde5e7071746d6fd04c6.tar.gz gruvbox-0ffd29facc9ab8c91472dde5e7071746d6fd04c6.tar.xz | |
update workflow
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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: |
