Skip to content

Commit d4467a7

Browse files
Merge pull request #199 from NHSDigital/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 23e7a8a + d24ed31 commit d4467a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository == 'nhsuk/nhsuk-prototype-kit'
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Install dependencies
2121
run: npm install

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
persist-credentials: false
1717

0 commit comments

Comments
 (0)