From e9f55df63bd167e470bc747a5bdab13efb047959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:14:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9e6ccf3..b01da09 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 17ccb44..41c2320 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: nbgv: ${{ steps.nbgv.outputs.SemVer2 }} steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 lfs: true