From 7925cdf0351bc8f42b8cda50f5d936e4a15e3e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 13:57:28 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/workflow-restarter-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow-restarter-test.yml b/.github/workflows/workflow-restarter-test.yml index cf3b1a179..7232c1e14 100644 --- a/.github/workflows/workflow-restarter-test.yml +++ b/.github/workflows/workflow-restarter-test.yml @@ -48,7 +48,7 @@ jobs: steps: # (3) checkout this repository in order to "see" the following custom action - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # (4) "use" the custom action to retrigger the failed "acceptance job" above # NOTE: pass the SOURCE_GITHUB_TOKEN to the custom action because (a) it must have