diff --git a/.github/workflows/app-pipeline-pr.yml b/.github/workflows/app-pipeline-pr.yml index 096c5d0..0ea5d3c 100644 --- a/.github/workflows/app-pipeline-pr.yml +++ b/.github/workflows/app-pipeline-pr.yml @@ -13,7 +13,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.14.11 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.3 linting-pr: runs-on: ubuntu-latest diff --git a/.github/workflows/app-pipeline.yml b/.github/workflows/app-pipeline.yml index 43ea149..e4453d9 100644 --- a/.github/workflows/app-pipeline.yml +++ b/.github/workflows/app-pipeline.yml @@ -21,7 +21,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.14.11 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.3 linting: runs-on: ubuntu-latest @@ -166,7 +166,7 @@ jobs: - id: bump-version name: Bump to Next Semver Version - uses: armakuni/github-actions/bump-version@v0.14.11 + uses: armakuni/github-actions/bump-version@v0.19.3 - name: Build Docker Image run: | @@ -344,7 +344,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.14.10 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.3 secrets: inherit with: download-artifacts: true diff --git a/.github/workflows/infra-pipeline.yml b/.github/workflows/infra-pipeline.yml index a6a68e6..7748c25 100644 --- a/.github/workflows/infra-pipeline.yml +++ b/.github/workflows/infra-pipeline.yml @@ -17,7 +17,7 @@ permissions: jobs: check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.14.11 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.3 run-unit-tests: runs-on: ubuntu-latest