From 6d5fc856b2978b622d2ac585c325dea816b590f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 06:33:54 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/wagtail-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wagtail-example.yaml b/.github/workflows/wagtail-example.yaml index 90ac426..b0f58ec 100644 --- a/.github/workflows/wagtail-example.yaml +++ b/.github/workflows/wagtail-example.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: "0" - name: install Lando