Skip to content

Commit 2d64094

Browse files
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](actions/checkout@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] <[email protected]>
1 parent 7dfcb0a commit 2d64094

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
actionlint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
with:
1111
show-progress: false
1212
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main

.github/workflows/copy-pr-template-to-dependabot-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.actor == 'dependabot[bot]'
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818

1919
- name: Post PR template as a comment
2020
uses: actions/github-script@v8

.github/workflows/rspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
uses: alphagov/govuk-infrastructure/.github/actions/setup-redis@main
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
repository: alphagov/short-url-manager
3333
ref: ${{ inputs.ref || github.ref }}
3434

3535
- name: Checkout Publishing API (for Content Schemas)
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
repository: alphagov/publishing-api
3939
ref: ${{ inputs.publishingApiRef }}

0 commit comments

Comments
 (0)