From f0074591b3677fe2c0db5e776478734a3c6be22a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:49:39 +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 ea6b91f..276c6ef 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: "0" - name: Report versions