From 9dbd16920f2b8e60fdbda4cd253cb44827509375 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:42:57 +0900 Subject: [PATCH] chore: update release workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b97d60..7fbded8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,10 +25,10 @@ jobs: tag: ${{ steps.release.outputs.new_release_git_tag }} steps: - name: 🚚 Checkout (${{ github.ref_name }}) - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔖 Run semantic release - uses: cycjimmy/semantic-release-action@v4 + uses: cycjimmy/semantic-release-action@v6 id: release with: working_directory: Packages/src