From 856f08cdbfda509dd4335dec176936a0d9366a28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:17:43 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index ac52b7b21..b970e569e 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -107,7 +107,7 @@ jobs: timeout-minutes: 15 needs: [determinePR] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: repository: ${{ needs.determinePR.outputs.repo }} ref: ${{ needs.determinePR.outputs.branch }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 179c7f0df..3f1e2b2d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: attestations: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: