From 02d70ff1cd1d26fe7a17b30c1a40675ba2a47ff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:45:57 +0000 Subject: [PATCH] chore(deps): update github actions to v7 --- .github/workflows/drupal-example.yaml | 2 +- .github/workflows/merge-branch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index 7abb63d..36029bb 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: "0" - name: Report versions diff --git a/.github/workflows/merge-branch.yaml b/.github/workflows/merge-branch.yaml index 94daf0d..8233522 100644 --- a/.github/workflows/merge-branch.yaml +++ b/.github/workflows/merge-branch.yaml @@ -7,7 +7,7 @@ jobs: sync-branch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Merge main -> versioned uses: devmasx/merge-branch@master