We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0b5f81 + f6b3d25 commit 55183f1Copy full SHA for 55183f1
.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@v5
10
with:
11
show-progress: false
12
- uses: alphagov/govuk-infrastructure/.github/actions/actionlint@main
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
test:
14
15
16
17
- uses: actions/setup-node@v4
18
19
node-version: lts/*
@@ -29,7 +29,7 @@ jobs:
29
permissions:
30
contents: write
31
32
33
34
35
0 commit comments