We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35826f commit a13d090Copy full SHA for a13d090
.github/workflows/app-pipeline.yml
@@ -172,7 +172,7 @@ jobs:
172
173
- id: bump-version
174
name: Bump to Next Semver Version
175
- uses: armakuni/github-actions/bump-version@v0.14.11
+ uses: armakuni/github-actions/bump-version@v0.19.4
176
177
- name: Build Docker Image
178
run: |
@@ -352,7 +352,7 @@ jobs:
352
needs:
353
- placeholder-prod-deploy-to-az-container-apps
354
if: github.ref == 'refs/heads/main'
355
- uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.14.10
+ uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.4
356
secrets: inherit
357
with:
358
download-artifacts: true
0 commit comments