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 }}