From efd877ebc3170106ea66d293a5dd22b0d4ddbf8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:19:28 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#56) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/realease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/realease.yml b/.github/workflows/realease.yml index 499b75c1..92f7b1fc 100644 --- a/.github/workflows/realease.yml +++ b/.github/workflows/realease.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0