diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-09-22 20:19:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 20:19:38 +0200 |
commit | 0760379b413ca95b80ed2970b49f14ba3b1acbf9 (patch) | |
tree | 8f834b9d92b3609a85f996c74346745d0df932c3 | |
parent | a867aa45f70e48cfad9f56657f8d2ec3c8fed153 (diff) | |
download | rneovim-0760379b413ca95b80ed2970b49f14ba3b1acbf9.tar.gz rneovim-0760379b413ca95b80ed2970b49f14ba3b1acbf9.tar.bz2 rneovim-0760379b413ca95b80ed2970b49f14ba3b1acbf9.zip |
ci(stylua): change action version to v1 (#20273)
Changing the action version to v1 allows us to automatically get patch
updates as it points to the latest stable version.
-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 e22d99067a..a76e37ce5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - if: "!cancelled()" name: lintstylua - uses: JohnnyMorganz/stylua-action@1.0.0 + uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} args: --check runtime/ |