From ef9318363a7af9196673ba9a1d5547295fac3256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 07:30:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/drupal-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index 6f5a524..64c750e 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: "0" # - name: install Lando