From 14cc5148c8cdcc27d69aabd2a4fecbbb33355e28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:07:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index cccaf42..192375d 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -13,7 +13,7 @@ jobs: new-tag: ${{ steps.ccv.outputs.new-tag }} new-tag-version: ${{steps.ccv.outputs.new-tag-version}} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Need enough history to find the prior release tag fetch-depth: 0