From ba0b7273721ed8639eaf2a1ec0dcc6d99d7e351c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:33:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0de91ebb..7d62639d 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: ['10.0.x'] steps: - - uses: actions/checkout@v6.1.0 + - uses: actions/checkout@v7.0.1 with: fetch-depth: 0 # Full history for MinVer @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.1.0 + uses: actions/checkout@v7.0.1 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }}