From 6c333f4ca1ff2d5995b724829660131a2c66c828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 13:07:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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 a5b34997..932e85f7 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@v4 + - uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/firebase-preview.yml b/.github/workflows/firebase-preview.yml index 15a2d7e8..bc377a1a 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@v4 + - uses: actions/checkout@v5 - name: Install pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 39e28787..6c65170f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Clone repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0