Skip to content

Commit b88b51f

Browse files
authored
Merge pull request #188 from NHSDigital/mesh-2092-dependabot-combined
MESH-2092 Combined Dependabot PRs
2 parents 316b909 + c293997 commit b88b51f

File tree

4 files changed

+282
-240
lines changed

4 files changed

+282
-240
lines changed

.github/workflows/merge-develop.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
- develop
66

77
jobs:
8-
98
coverage:
109
runs-on: ubuntu-latest
1110
if: github.repository == 'NHSDigital/nhs-aws-helpers' && !contains(github.event.head_commit.message, 'tag release version:')
@@ -16,7 +15,7 @@ jobs:
1615
fetch-depth: 0
1716

1817
- name: setup python
19-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v6
2019
with:
2120
python-version-file: "pyproject.toml"
2221

@@ -92,7 +91,6 @@ jobs:
9291
if: success() || failure()
9392
run: make down
9493

95-
9694
publish:
9795
runs-on: ubuntu-latest
9896
if: github.repository == 'NHSDigital/nhs-aws-helpers' && github.actor != 'dependabot[bot]' && !contains(github.event.head_commit.message, 'tag release version:')
@@ -108,7 +106,7 @@ jobs:
108106
find . -type f | xargs chmod g+w
109107
110108
- name: setup python
111-
uses: actions/setup-python@v5
109+
uses: actions/setup-python@v6
112110
with:
113111
python-version-file: "pyproject.toml"
114112

@@ -165,4 +163,4 @@ jobs:
165163
upload_url: ${{ steps.create_release.outputs.upload_url }}
166164
asset_path: ./dist/${{ env.SDIST }}
167165
asset_name: ${{ env.SDIST }}
168-
asset_content_type: application/gzip
166+
asset_content_type: application/gzip

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
PR_BRANCH: ${{ github.head_ref }}
4747

4848
- name: setup python
49-
uses: actions/setup-python@v5
49+
uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252

@@ -100,7 +100,7 @@ jobs:
100100
PR_BRANCH: ${{ github.head_ref }}
101101

102102
- name: setup python
103-
uses: actions/setup-python@v5
103+
uses: actions/setup-python@v6
104104
with:
105105
python-version-file: "pyproject.toml"
106106

@@ -220,7 +220,7 @@ jobs:
220220
PR_BRANCH: ${{ github.head_ref }}
221221

222222
- name: setup python
223-
uses: actions/setup-python@v5
223+
uses: actions/setup-python@v6
224224
with:
225225
python-version-file: "pyproject.toml"
226226

@@ -307,7 +307,7 @@ jobs:
307307
PR_BRANCH: ${{ github.head_ref }}
308308

309309
- name: setup python
310-
uses: actions/setup-python@v5
310+
uses: actions/setup-python@v6
311311
with:
312312
python-version-file: "pyproject.toml"
313313

0 commit comments

Comments
 (0)