We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88ad3cc + 842d126 commit 7dc0b5fCopy full SHA for 7dc0b5f
.github/workflows/actionlint.yml
@@ -6,7 +6,7 @@ jobs:
6
actionlint:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
10
with:
11
show-progress: false
12
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
# Redis running through govuk-infrastructure action
52
REDIS_URL: redis://localhost:6379
53
54
55
56
ref: ${{ inputs.ref || github.ref }}
57
0 commit comments