From 28fe1fa6affc79b58d934a7e8b88a405f02901f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:35:11 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nightly.yml | 2 +- .github/workflows/workflow-restarter-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 22f4fae4e..d90216f44 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -55,7 +55,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@v5 # (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 diff --git a/.github/workflows/workflow-restarter-test.yml b/.github/workflows/workflow-restarter-test.yml index cf3b1a179..886854905 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@v5 # (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