diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-12-17 13:32:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-17 13:32:20 +0100 |
commit | d65684f0c755a9341412423543b65ec872196440 (patch) | |
tree | 4996d5c604c28cb2f98c94d4f49349a6a3ef3b10 | |
parent | 2d8bbe468e796137ae1b5f504b3d73758a8c391c (diff) | |
download | rneovim-d65684f0c755a9341412423543b65ec872196440.tar.gz rneovim-d65684f0c755a9341412423543b65ec872196440.tar.bz2 rneovim-d65684f0c755a9341412423543b65ec872196440.zip |
ci: bump stylua action to v2 (#21455)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 423760fc79..2af9bc49d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - if: success() || failure() && steps.abort_job.outputs.status == 'success' name: lintstylua - uses: JohnnyMorganz/stylua-action@v1 + uses: JohnnyMorganz/stylua-action@v2 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest |