Skip to content

Commit efb0060

Browse files
committed
MESH-2530 Update dependencies
1 parent c2490a7 commit efb0060

File tree

5 files changed

+143
-142
lines changed

5 files changed

+143
-142
lines changed

.github/workflows/merge-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'NHSDigital/nhs-aws-helpers' && !contains(github.event.head_commit.message, 'tag release version:')
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: code coverage report
5252
if: ${{ github.event_name == 'pull_request' }}
53-
uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa
53+
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
5454
with:
5555
coverageFile: reports/coverage.xml
5656
token: ${{ secrets.GITHUB_TOKEN }}
@@ -98,7 +98,7 @@ jobs:
9898
if: github.repository == 'NHSDigital/nhs-aws-helpers' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:')
9999
steps:
100100
- name: checkout
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@v5
102102
with:
103103
fetch-depth: 0
104104

.github/workflows/pull-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository == 'NHSDigital/nhs-aws-helpers'
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424

@@ -67,7 +67,7 @@ jobs:
6767
if: github.repository == 'NHSDigital/nhs-aws-helpers'
6868
steps:
6969
- name: checkout
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
fetch-depth: 0
7373

@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: code coverage report
135135
if: ${{ github.event_name == 'pull_request' }}
136-
uses: orgoro/coverage@c65003f41276ea33fe3a3a5d53df8b340462e8fa
136+
uses: orgoro/coverage@7dbd48c7f7ed09df337ff40058340c85bc93cb3d
137137
with:
138138
coverageFile: reports/coverage.xml
139139
token: ${{ secrets.GITHUB_TOKEN }}
@@ -192,7 +192,7 @@ jobs:
192192
if: github.repository == 'NHSDigital/nhs-aws-helpers'
193193
steps:
194194
- name: checkout
195-
uses: actions/checkout@v4
195+
uses: actions/checkout@v5
196196
with:
197197
fetch-depth: 0
198198

@@ -272,7 +272,7 @@ jobs:
272272
- tox
273273
steps:
274274
- name: checkout
275-
uses: actions/checkout@v4
275+
uses: actions/checkout@v5
276276
with:
277277
fetch-depth: 0
278278

.github/workflows/scheduled-combine-dependabot-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: combine-prs
2727
id: combine-prs
28-
uses: github/combine-prs@v5.0.0
28+
uses: github/combine-prs@v5.2.0
2929
with:
3030
ci_required: ${{ inputs.ci_required == 'YES' }}
3131
labels: dependencies

0 commit comments

Comments
 (0)