From f6d8cfbe90cb5da2031625e01d98140a5c538a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:59:25 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/firebase-live.yml | 2 +- .github/workflows/firebase-preview.yml | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/firebase-live.yml b/.github/workflows/firebase-live.yml index c82e99e5..d46c0a0a 100644 --- a/.github/workflows/firebase-live.yml +++ b/.github/workflows/firebase-live.yml @@ -8,7 +8,7 @@ jobs: build_and_deploy_live_site: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index e1c4ee24..9ec357bd 100644 --- a/.github/workflows/firebase-preview.yml +++ b/.github/workflows/firebase-preview.yml @@ -8,7 +8,7 @@ jobs: build_and_preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e68e3f7b..62cfec7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0