From a0ae64e6c3b93774312bc0a38d722f0763a1eb7c Mon Sep 17 00:00:00 2001 From: Alisa Sireneva Date: Wed, 24 Jun 2026 16:43:19 +0300 Subject: [PATCH] Update action version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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