File tree Expand file tree Collapse file tree 4 files changed +282
-240
lines changed
Expand file tree Collapse file tree 4 files changed +282
-240
lines changed Original file line number Diff line number Diff line change 55 - develop
66
77jobs :
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:')
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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments