Skip to content

Commit 7dc0b5f

Browse files
authored
Merge pull request #603 from alphagov/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 88ad3cc + 842d126 commit 7dc0b5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v4
9+
- uses: actions/checkout@v6
1010
with:
1111
show-progress: false
1212
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Redis running through govuk-infrastructure action
5252
REDIS_URL: redis://localhost:6379
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v6
5555
with:
5656
ref: ${{ inputs.ref || github.ref }}
5757
show-progress: false

0 commit comments

Comments
 (0)