diff --git a/README.md b/README.md index 0ae5227..d87186e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installs the StyLua binary (from GitHub releases), and caches it. Any StyLua com ```yaml - uses: actions/checkout@v4 -- uses: JohnnyMorganz/stylua-action@v4 +- uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes @@ -23,7 +23,7 @@ you can set `args: false`: ```yaml - uses: actions/checkout@v4 -- uses: JohnnyMorganz/stylua-action@v4 +- uses: JohnnyMorganz/stylua-action@v5 with: token: ${{ secrets.GITHUB_TOKEN }} version: latest # NOTE: we recommend pinning to a specific version in case of formatting changes