From 3867aaa34085d8ea413dc766590d730efded9569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 11:51:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/infection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/infection.yaml b/.github/workflows/infection.yaml index 2b9b058..10216db 100644 --- a/.github/workflows/infection.yaml +++ b/.github/workflows/infection.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2