From 059f3d087b3de3929baeb7907b631f07ca60bd67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 04:09:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/consumer-test-reusable.yml | 2 +- .github/workflows/deploy-reusable.yml | 2 +- .github/workflows/test-reusable.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/consumer-test-reusable.yml b/.github/workflows/consumer-test-reusable.yml index 957f9a8..cebbb8e 100644 --- a/.github/workflows/consumer-test-reusable.yml +++ b/.github/workflows/consumer-test-reusable.yml @@ -42,7 +42,7 @@ jobs: echo "Bumped vers: ${{ github.event.client_payload.bumped_versions }}" - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/deploy-reusable.yml b/.github/workflows/deploy-reusable.yml index 3b9dfe9..36969d1 100644 --- a/.github/workflows/deploy-reusable.yml +++ b/.github/workflows/deploy-reusable.yml @@ -65,7 +65,7 @@ jobs: # actions/checkout's continue-on-error leaving a partial state # behind that breaks the fallback. - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test-reusable.yml b/.github/workflows/test-reusable.yml index 7de356d..01b71c5 100644 --- a/.github/workflows/test-reusable.yml +++ b/.github/workflows/test-reusable.yml @@ -61,7 +61,7 @@ jobs: timeout-minutes: 20 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: submodules: recursive