From d9872403daa17c00ae39bfdbd953d1a27d18e17f Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 24 Jun 2026 20:15:26 +0000 Subject: [PATCH] chore(deps): Update actions/checkout action to v7 --- .github/workflows/release-major-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-major-tags.yml b/.github/workflows/release-major-tags.yml index ff083fa..633a3a4 100644 --- a/.github/workflows/release-major-tags.yml +++ b/.github/workflows/release-major-tags.yml @@ -42,7 +42,7 @@ jobs: } return ""; result-encoding: string - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0 if: ${{ steps.parse-major.outputs.result }}