diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9a0b97c..1cb5324 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -11,10 +11,10 @@ jobs: AWS_ACCOUNT_ID: ${{ secrets.ARMAKUNI_AWS_PROD_ACCOUNT_ID }} check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.10.4 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.10.5 lint-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.10.4 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.10.5 create-release: needs: @@ -22,7 +22,7 @@ jobs: - lint-pipeline - check-conventional-commits if: github.ref == 'refs/heads/main' - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.10.4 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.10.5 secrets: inherit slack-notify: