23
23
conventional-commit-check :
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
- name : Conventional commit check
@@ -32,10 +32,10 @@ jobs:
32
32
linting :
33
33
runs-on : ubuntu-latest
34
34
steps :
35
- - uses : actions/checkout@v4
35
+ - uses : actions/checkout@v5
36
36
37
37
- name : Set up Python version
38
- uses : actions/setup-python@v5.5 .0
38
+ uses : actions/setup-python@v5.6 .0
39
39
with :
40
40
python-version : ${{ env.PYTHON_VERSION }}
41
41
cache : " pip"
@@ -52,10 +52,10 @@ jobs:
52
52
- linting
53
53
- conventional-commit-check
54
54
steps :
55
- - uses : actions/checkout@v4
55
+ - uses : actions/checkout@v5
56
56
57
57
- name : Set up Python version
58
- uses : actions/setup-python@v5.5 .0
58
+ uses : actions/setup-python@v5.6 .0
59
59
with :
60
60
python-version : ${{ env.PYTHON_VERSION }}
61
61
cache : " pip"
@@ -75,10 +75,10 @@ jobs:
75
75
- linting
76
76
- conventional-commit-check
77
77
steps :
78
- - uses : actions/checkout@v4
78
+ - uses : actions/checkout@v5
79
79
80
80
- name : Set up Python version
81
- uses : actions/setup-python@v5.5 .0
81
+ uses : actions/setup-python@v5.6 .0
82
82
with :
83
83
python-version : ${{ env.PYTHON_VERSION }}
84
84
cache : " pip"
@@ -111,10 +111,10 @@ jobs:
111
111
- name : Set up Docker Buildx
112
112
uses : docker/setup-buildx-action@v3
113
113
114
- - uses : actions/checkout@v4
114
+ - uses : actions/checkout@v5
115
115
116
116
- name : Set up Python version
117
- uses : actions/setup-python@v5.5 .0
117
+ uses : actions/setup-python@v5.6 .0
118
118
with :
119
119
python-version : ${{ env.PYTHON_VERSION }}
120
120
cache : " pip"
@@ -141,7 +141,7 @@ jobs:
141
141
- name : Set up Docker Buildx
142
142
uses : docker/setup-buildx-action@v3
143
143
144
- - uses : actions/checkout@v4
144
+ - uses : actions/checkout@v5
145
145
with :
146
146
fetch-depth : 0
147
147
@@ -150,7 +150,7 @@ jobs:
150
150
shell : bash
151
151
152
152
- name : Set up Python version
153
- uses : actions/setup-python@v5.5 .0
153
+ uses : actions/setup-python@v5.6 .0
154
154
with :
155
155
python-version : ${{ env.PYTHON_VERSION }}
156
156
cache : " pip"
@@ -172,7 +172,7 @@ jobs:
172
172
173
173
- id : bump-version
174
174
name : Bump to Next Semver Version
175
- uses :
armakuni/github-actions/[email protected] .6
175
+ uses :
armakuni/github-actions/[email protected] .7
176
176
177
177
- name : Build Docker Image
178
178
run : |
@@ -213,7 +213,7 @@ jobs:
213
213
environment :
214
214
name : approve-dev-deployment
215
215
steps :
216
- - uses : actions/checkout@v4
216
+ - uses : actions/checkout@v5
217
217
218
218
- name : Log in to Azure using OIDC
219
219
uses : azure/login@v2
@@ -236,7 +236,7 @@ jobs:
236
236
ARM_USE_OIDC : true
237
237
238
238
- name : Download Next Tag Version
239
- uses : actions/download-artifact@v4
239
+ uses : actions/download-artifact@v5
240
240
with :
241
241
name : tag-version
242
242
@@ -265,7 +265,7 @@ jobs:
265
265
- placeholder-dev-e2e-test
266
266
steps :
267
267
- name : Download Next Tag Version
268
- uses : actions/download-artifact@v4
268
+ uses : actions/download-artifact@v5
269
269
with :
270
270
name : tag-version
271
271
- name : Placeholder pre-deploy-to-az-container-apps
@@ -317,7 +317,7 @@ jobs:
317
317
- placeholder-change-management-entry
318
318
steps :
319
319
- name : Download Next Tag Version
320
- uses : actions/download-artifact@v4
320
+ uses : actions/download-artifact@v5
321
321
with :
322
322
name : tag-version
323
323
- name : Placeholder pre-deploy-to-az-container-apps
@@ -340,7 +340,7 @@ jobs:
340
340
- placeholder-prod-deploy-to-az-container-apps
341
341
steps :
342
342
- name : Download Next Tag Version
343
- uses : actions/download-artifact@v4
343
+ uses : actions/download-artifact@v5
344
344
with :
345
345
name : tag-version
346
346
- name : Placeholder prod-deploy-to-az-container-apps
@@ -352,7 +352,7 @@ jobs:
352
352
needs :
353
353
- placeholder-prod-deploy-to-az-container-apps
354
354
if : github.ref == 'refs/heads/main'
355
- uses :
armakuni/github-actions/.github/workflows/[email protected] .6
355
+ uses :
armakuni/github-actions/.github/workflows/[email protected] .7
356
356
secrets : inherit
357
357
with :
358
358
download-artifacts : true
0 commit comments