@@ -23,19 +23,19 @@ jobs:
2323 conventional-commit-check :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 - name : Conventional commit check
30- uses : cocogitto/cocogitto-action@v3
30+ uses : cocogitto/cocogitto-action@v4
3131
3232 linting :
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636
3737 - name : Set up Python version
38- uses : actions/setup-python@v5.5 .0
38+ uses : actions/setup-python@v6.0 .0
3939 with :
4040 python-version : ${{ env.PYTHON_VERSION }}
4141 cache : " pip"
@@ -52,10 +52,10 @@ jobs:
5252 - linting
5353 - conventional-commit-check
5454 steps :
55- - uses : actions/checkout@v4
55+ - uses : actions/checkout@v5
5656
5757 - name : Set up Python version
58- uses : actions/setup-python@v5.5 .0
58+ uses : actions/setup-python@v6.0 .0
5959 with :
6060 python-version : ${{ env.PYTHON_VERSION }}
6161 cache : " pip"
@@ -75,10 +75,10 @@ jobs:
7575 - linting
7676 - conventional-commit-check
7777 steps :
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979
8080 - name : Set up Python version
81- uses : actions/setup-python@v5.5 .0
81+ uses : actions/setup-python@v6.0 .0
8282 with :
8383 python-version : ${{ env.PYTHON_VERSION }}
8484 cache : " pip"
@@ -111,10 +111,10 @@ jobs:
111111 - name : Set up Docker Buildx
112112 uses : docker/setup-buildx-action@v3
113113
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v5
115115
116116 - name : Set up Python version
117- uses : actions/setup-python@v5.5 .0
117+ uses : actions/setup-python@v6.0 .0
118118 with :
119119 python-version : ${{ env.PYTHON_VERSION }}
120120 cache : " pip"
@@ -141,7 +141,7 @@ jobs:
141141 - name : Set up Docker Buildx
142142 uses : docker/setup-buildx-action@v3
143143
144- - uses : actions/checkout@v4
144+ - uses : actions/checkout@v5
145145 with :
146146 fetch-depth : 0
147147
@@ -150,7 +150,7 @@ jobs:
150150 shell : bash
151151
152152 - name : Set up Python version
153- uses : actions/setup-python@v5.5 .0
153+ uses : actions/setup-python@v6.0 .0
154154 with :
155155 python-version : ${{ env.PYTHON_VERSION }}
156156 cache : " pip"
@@ -172,7 +172,7 @@ jobs:
172172
173173 - id : bump-version
174174 name : Bump to Next Semver Version
175- uses : armakuni/github-actions/bump-version@v0.19.6
175+ uses : armakuni/github-actions/bump-version@v0.19.10
176176
177177 - name : Build Docker Image
178178 run : |
@@ -198,7 +198,7 @@ jobs:
198198 docker push "${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest"
199199
200200 - name : Upload Next Tag Version
201- uses : actions/upload-artifact@v4
201+ uses : actions/upload-artifact@v5
202202 with :
203203 name : tag-version
204204 path : tag-version.txt
@@ -213,7 +213,7 @@ jobs:
213213 environment :
214214 name : approve-dev-deployment
215215 steps :
216- - uses : actions/checkout@v4
216+ - uses : actions/checkout@v5
217217
218218 - name : Log in to Azure using OIDC
219219 uses : azure/login@v2
@@ -236,7 +236,7 @@ jobs:
236236 ARM_USE_OIDC : true
237237
238238 - name : Download Next Tag Version
239- uses : actions/download-artifact@v4
239+ uses : actions/download-artifact@v6
240240 with :
241241 name : tag-version
242242
@@ -265,7 +265,7 @@ jobs:
265265 - placeholder-dev-e2e-test
266266 steps :
267267 - name : Download Next Tag Version
268- uses : actions/download-artifact@v4
268+ uses : actions/download-artifact@v6
269269 with :
270270 name : tag-version
271271 - name : Placeholder pre-deploy-to-az-container-apps
@@ -317,7 +317,7 @@ jobs:
317317 - placeholder-change-management-entry
318318 steps :
319319 - name : Download Next Tag Version
320- uses : actions/download-artifact@v4
320+ uses : actions/download-artifact@v6
321321 with :
322322 name : tag-version
323323 - name : Placeholder pre-deploy-to-az-container-apps
@@ -340,7 +340,7 @@ jobs:
340340 - placeholder-prod-deploy-to-az-container-apps
341341 steps :
342342 - name : Download Next Tag Version
343- uses : actions/download-artifact@v4
343+ uses : actions/download-artifact@v6
344344 with :
345345 name : tag-version
346346 - name : Placeholder prod-deploy-to-az-container-apps
@@ -352,7 +352,7 @@ jobs:
352352 needs :
353353 - placeholder-prod-deploy-to-az-container-apps
354354 if : github.ref == 'refs/heads/main'
355- uses : armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6
355+ uses : armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.10
356356 secrets : inherit
357357 with :
358358 download-artifacts : true
0 commit comments