From 9478affe6825e524a09212293805f142080f032f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 20:00:43 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 212932f0..fd535e11 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }} TURBO_TEAM: ${{ secrets.VERCEL_TEAM }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0