From ee162b6e44ac7338b8b06f12983174c53f4d7bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:29:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 f1d7e29..7abb63d 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@v5 + uses: actions/checkout@v6 with: fetch-depth: "0" - name: Report versions diff --git a/.github/workflows/merge-branch.yaml b/.github/workflows/merge-branch.yaml index 12b076d..94daf0d 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@v5 + - uses: actions/checkout@v6 - name: Merge main -> versioned uses: devmasx/merge-branch@master