From a79eaee8e25030926de10fb9d6d80f3ae551f7a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:48:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/sync-to-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-to-production.yaml b/.github/workflows/sync-to-production.yaml index c86db77f7..fb5d14009 100644 --- a/.github/workflows/sync-to-production.yaml +++ b/.github/workflows/sync-to-production.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history so we can force push