diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cab85ed..3b138cf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: pattern: ^(?!\./CHANGELOG).*\.md$ check-conventional-commits: - uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.1 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.3 release: if: github.ref == 'refs/heads/main' @@ -52,7 +52,7 @@ jobs: - test-latest - check-conventional-commits - lint-markdown - uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.1 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.19.3 with: download-artifacts: true release-artifacts: ./bins/*