Skip to content

Commit 20992f0

Browse files
Merge pull request #18 from NHSDigital/dependabot/github_actions/actions/checkout-5
github actions (deps): bump actions/checkout from 4 to 5
2 parents fa7c323 + 955cb1f commit 20992f0

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@v4
15+
uses: actions/checkout@v5
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@v4
47+
uses: actions/checkout@v5
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@v4
16+
uses: actions/checkout@v5
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@v4
42+
uses: actions/checkout@v5
4343
with:
4444
fetch-depth: 0
4545

0 commit comments

Comments
 (0)