From ba5e862666608ad69e5434ad9dbe2361982c409c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:01:10 +0000 Subject: [PATCH] chore(deps): update github actions to v7 --- .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 95d0a8b..6b2bd24 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@v6 + uses: actions/checkout@v7 with: fetch-depth: "0" - name: Report versions