From 2b553973e16243883612e0cf89082e09bfc2e6ff Mon Sep 17 00:00:00 2001 From: Hiroki Nishino <7100187+tawAsh1@users.noreply.github.com> Date: Fri, 12 Jun 2026 22:31:11 +0900 Subject: [PATCH] docs: pinned version example is v0.5.0 Co-Authored-By: Claude Fable 5 --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index ce9e4df..0a306ea 100644 --- a/README.ja.md +++ b/README.ja.md @@ -27,7 +27,7 @@ GitHub Actions では同梱の setup action でインストールできます。 ```yaml - uses: tawAsh1/batchkoi@ # action はタグでなく commit SHA で固定 with: - version: v0.3.0 # バイナリのバージョンも固定推奨 + version: v0.5.0 # バイナリのバージョンも固定推奨 - run: batchkoi deploy --ext-str IMAGE_TAG=${{ github.sha }} ``` diff --git a/README.md b/README.md index d40a7cb..a3b9020 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ trust anchor, as the 2026 trivy incident showed; the attestation is): ```yaml - uses: tawAsh1/batchkoi@ # pin actions by commit SHA, not tag with: - version: v0.3.0 # pin the binary version too + version: v0.5.0 # pin the binary version too - run: batchkoi deploy --ext-str IMAGE_TAG=${{ github.sha }} ```