1818 if : github.repository == 'NHSDigital/nhs-aws-helpers'
1919 steps :
2020 - name : checkout
21- uses : actions/checkout@v3
21+ uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424
4444 git merge --ff-only "${{ github.event.pull_request.head.sha }}"
4545
4646 - name : setup python
47- uses : actions/setup-python@v4
47+ uses : actions/setup-python@v5
4848 with :
4949 python-version : ${{ matrix.python-version }}
5050
6767 if : github.repository == 'NHSDigital/nhs-aws-helpers'
6868 steps :
6969 - name : checkout
70- uses : actions/checkout@v3
70+ uses : actions/checkout@v4
7171 with :
7272 fetch-depth : 0
7373
@@ -96,21 +96,21 @@ jobs:
9696 git merge --ff-only "${{ github.event.pull_request.head.sha }}"
9797
9898 - name : setup python
99- uses : actions/setup-python@v4
99+ uses : actions/setup-python@v5
100100 with :
101101 python-version-file : " pyproject.toml"
102102
103103 - name : setup poetry
104- uses : abatilo/actions-poetry@v2
104+ uses : abatilo/actions-poetry@v4
105105 with :
106- poetry-version : 1.5.1
106+ poetry-version : 2.1.4
107107
108108 - name : add poetry plugins
109109 run : |
110110 poetry self add "poetry-dynamic-versioning[plugin]"
111111
112112 - name : cache virtualenv
113- uses : actions/cache@v3
113+ uses : actions/cache@v4
114114 with :
115115 path : |
116116 .venv
@@ -141,7 +141,7 @@ jobs:
141141
142142 - name : setup java
143143 if : success() || failure()
144- uses : actions/setup-java@v3
144+ uses : actions/setup-java@v4
145145 with :
146146 distribution : " corretto"
147147 java-version : " 17"
@@ -178,7 +178,7 @@ jobs:
178178
179179 - name : publish junit reports
180180 if : success() || failure()
181- uses : mikepenz/action-junit-report@v3
181+ uses : mikepenz/action-junit-report@v5
182182 with :
183183 check_name : junit reports
184184 report_paths : reports/junit/*.xml
@@ -192,7 +192,7 @@ jobs:
192192 if : github.repository == 'NHSDigital/nhs-aws-helpers'
193193 steps :
194194 - name : checkout
195- uses : actions/checkout@v3
195+ uses : actions/checkout@v4
196196 with :
197197 fetch-depth : 0
198198
@@ -213,21 +213,21 @@ jobs:
213213 git merge --ff-only "${{ github.event.pull_request.head.sha }}"
214214
215215 - name : setup python
216- uses : actions/setup-python@v4
216+ uses : actions/setup-python@v5
217217 with :
218218 python-version-file : " pyproject.toml"
219219
220220 - name : setup poetry
221- uses : abatilo/actions-poetry@v2
221+ uses : abatilo/actions-poetry@v4
222222 with :
223- poetry-version : 1.5.1
223+ poetry-version : 2.1.4
224224
225225 - name : add poetry plugins
226226 run : |
227227 poetry self add "poetry-dynamic-versioning[plugin]"
228228
229229 - name : cache virtualenv
230- uses : actions/cache@v3
230+ uses : actions/cache@v4
231231 with :
232232 path : |
233233 .venv
@@ -272,7 +272,7 @@ jobs:
272272 - tox
273273 steps :
274274 - name : checkout
275- uses : actions/checkout@v3
275+ uses : actions/checkout@v4
276276 with :
277277 fetch-depth : 0
278278
@@ -298,14 +298,14 @@ jobs:
298298 git merge --ff-only "${{ github.event.pull_request.head.sha }}"
299299
300300 - name : setup python
301- uses : actions/setup-python@v4
301+ uses : actions/setup-python@v5
302302 with :
303303 python-version-file : " pyproject.toml"
304304
305305 - name : setup poetry
306- uses : abatilo/actions-poetry@v2
306+ uses : abatilo/actions-poetry@v4
307307 with :
308- poetry-version : 1.5.1
308+ poetry-version : 2.1.4
309309
310310 - name : add poetry plugins
311311 run : |
0 commit comments