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