From 946d534e2452d481dc9dd8c38e4b87566e6aad64 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 17 Mar 2023 21:50:46 +0100 Subject: [PATCH] README.md: bump version --- 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 1f1be0d0..89f5ad7c 100644 --- a/README.ja.md +++ b/README.ja.md @@ -57,7 +57,7 @@ jobs: name: Release GitHub Actions runs-on: ubuntu-latest steps: - - uses: technote-space/release-github-actions@v6 + - uses: technote-space/release-github-actions@v8 ``` [対象イベントの詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0) diff --git a/README.md b/README.md index 80c86735..02e21ebd 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ jobs: name: Release GitHub Actions runs-on: ubuntu-latest steps: - - uses: technote-space/release-github-actions@v6 + - uses: technote-space/release-github-actions@v8 ``` [More details of target event](#action-event-details)