Skip to content

Commit af90810

Browse files
build(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [orgoro/coverage](https://github.com/orgoro/coverage) and [github/combine-prs](https://github.com/github/combine-prs). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `orgoro/coverage` from c65003f41276ea33fe3a3a5d53df8b340462e8fa to 7dbd48c7f7ed09df337ff40058340c85bc93cb3d - [Release notes](https://github.com/orgoro/coverage/releases) - [Commits](orgoro/coverage@c65003f...7dbd48c) Updates `github/combine-prs` from 5.0.0 to 5.2.0 - [Release notes](https://github.com/github/combine-prs/releases) - [Commits](github/combine-prs@v5.0.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: orgoro/coverage dependency-version: 7dbd48c7f7ed09df337ff40058340c85bc93cb3d dependency-type: direct:production dependency-group: dependencies - dependency-name: github/combine-prs dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2490a7 commit af90810

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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)