From 34c6964aa4bb455e4703292c43c877def1bf0302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:02:58 +0000 Subject: [PATCH] Upgrade: [dependabot] - 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/release_psu_to_ref.yml | 2 +- .github/workflows/run_cpsu_load.yml | 2 +- .github/workflows/run_notify_load.yml | 2 +- .github/workflows/run_psu_load.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_psu_to_ref.yml b/.github/workflows/release_psu_to_ref.yml index e770edab..0ba07c1f 100644 --- a/.github/workflows/release_psu_to_ref.yml +++ b/.github/workflows/release_psu_to_ref.yml @@ -21,7 +21,7 @@ jobs: echo "## psuWorkflowRunID : [${{ github.event.inputs.psuWorkflowRunID }}](https://github.com/NHSDigital/eps-prescription-status-update-api/actions/runs/${{ github.event.inputs.psuWorkflowRunID }})" >> "$GITHUB_STEP_SUMMARY" - name: Checkout local github actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} fetch-depth: 0 diff --git a/.github/workflows/run_cpsu_load.yml b/.github/workflows/run_cpsu_load.yml index 84c4eb8d..a39b25a9 100644 --- a/.github/workflows/run_cpsu_load.yml +++ b/.github/workflows/run_cpsu_load.yml @@ -42,7 +42,7 @@ jobs: echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY" - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/run_notify_load.yml b/.github/workflows/run_notify_load.yml index 4859a2d0..c35a8e75 100644 --- a/.github/workflows/run_notify_load.yml +++ b/.github/workflows/run_notify_load.yml @@ -51,7 +51,7 @@ jobs: fi - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }} diff --git a/.github/workflows/run_psu_load.yml b/.github/workflows/run_psu_load.yml index 55a078ff..2e7037a5 100644 --- a/.github/workflows/run_psu_load.yml +++ b/.github/workflows/run_psu_load.yml @@ -42,7 +42,7 @@ jobs: echo "## maxVusers : ${{ github.event.inputs.maxVusers }}" >> "$GITHUB_STEP_SUMMARY" - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ env.BRANCH_NAME }}