We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23e7a8a + d24ed31 commit d4467a7Copy full SHA for d4467a7
2 files changed
.github/workflows/pull-request.yml
@@ -15,7 +15,7 @@ jobs:
15
if: github.repository == 'nhsuk/nhsuk-prototype-kit'
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- name: Install dependencies
21
run: npm install
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
with:
persist-credentials: false
0 commit comments