From 88a389bfdf163083bcb65f61d71734a18ae6df84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:21:29 +0000 Subject: [PATCH] Build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/actionlint.yml | 2 +- .github/workflows/copy-pr-template-to-dependabot-prs.yml | 2 +- .github/workflows/rspec.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index e9b241721..5c765df95 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -6,7 +6,7 @@ jobs: actionlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: show-progress: false - uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main diff --git a/.github/workflows/copy-pr-template-to-dependabot-prs.yml b/.github/workflows/copy-pr-template-to-dependabot-prs.yml index 388058f44..0b409de1a 100644 --- a/.github/workflows/copy-pr-template-to-dependabot-prs.yml +++ b/.github/workflows/copy-pr-template-to-dependabot-prs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Post PR template as a comment uses: actions/github-script@v8 diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index 5e7c96eca..8dfbdc928 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -27,13 +27,13 @@ jobs: uses: alphagov/govuk-infrastructure/.github/actions/setup-redis@main - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: alphagov/travel-advice-publisher ref: ${{ inputs.ref || github.ref }} - name: Checkout Publishing API (for Content Schemas) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: alphagov/publishing-api ref: ${{ inputs.publishingApiRef }}