Skip to content

Commit e31cc58

Browse files
Merge pull request #58 from NHSDigital/dependabot/github_actions/actions/checkout-6
github actions (deps): bump actions/checkout from 5 to 6
2 parents dfc0461 + 3500487 commit e31cc58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: checkout the calling repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818

@@ -44,7 +44,7 @@ jobs:
4444
timeout-minutes: 30
4545
steps:
4646
- name: checkout the calling repo
47-
uses: actions/checkout@v5
47+
uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414

1515
- name: checkout the calling repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919

@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040

4141
- name: checkout the calling repo
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)