From e1f431aa6d07736408902a5aa7a5a6113f10a9a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:43:13 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci-frourio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-frourio.yml b/.github/workflows/ci-frourio.yml index 2e0e01a..418e724 100644 --- a/.github/workflows/ci-frourio.yml +++ b/.github/workflows/ci-frourio.yml @@ -25,7 +25,7 @@ jobs: - 5432:5432 steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v1