diff --git a/.github/workflows/app-pipeline.yml b/.github/workflows/app-pipeline.yml index 5b21df5..a95fa75 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -172,7 +172,7 @@ jobs: - id: bump-version name: Bump to Next Semver Version - uses: armakuni/github-actions/bump-version@v0.19.5 + uses: armakuni/github-actions/bump-version@v0.19.6 - name: Build Docker Image run: | @@ -352,7 +352,7 @@ jobs: needs: - placeholder-prod-deploy-to-az-container-apps if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.5 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.6 secrets: inherit with: download-artifacts: true