From 8b2119fdb2b6b014748282146ff1825a0f6b8ab7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:49:00 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 81a9146..94405b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: tag_message: ${{ steps.get_tag_message.outputs.tag_message }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Get Tag Name id: get_tag_name run: | @@ -42,7 +42,7 @@ jobs: working_branch: ${{ steps.check_changes.outputs.working_branch }} steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run copy script run: | @@ -83,7 +83,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ needs.get_tag_info.outputs.tag_name }}