From 16e45864910a9f2a90955232e8d5b9ff3dae6a45 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:08:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 64c750e..5924414 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@v5 + uses: actions/checkout@v6 with: fetch-depth: "0" # - name: install Lando