From d9b9a45efb24592a37f97e2d8f0c80cfacd0ba6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 22:04:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e86174..bf0b467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: name: Lint and build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: @@ -36,7 +36,7 @@ jobs: needs: [lint-and-build] if: github.ref == 'refs/heads/main' && github.event_name == 'push' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: # pulls all commits (needed for lerna / semantic release to correctly version) fetch-depth: "0"