Skip to content

Commit b978da0

Browse files
authored
Merge pull request #468 from NHSDigital/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e33d931 + a2b2055 commit b978da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-4-preprod-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Checkout (full history & tags)
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848
with: { fetch-depth: 0 }
4949

5050
- name: Force HTTPS remote for act

0 commit comments

Comments
 (0)