From 3e04ce9415220cbe00173abd3b98143d7a3aa29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:47:37 +0000 Subject: [PATCH] fix: bump armakuni/github-actions from 0.16.8 to 0.16.9 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.16.8 to 0.16.9. - [Release notes](https://github.com/armakuni/github-actions/releases) - [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/armakuni/github-actions/compare/v0.16.8...v0.16.9) --- updated-dependencies: - dependency-name: armakuni/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5bafea..8e3c50f 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.16.8 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.9 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.16.8 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.16.9 with: download-artifacts: true release-artifacts: ./bins/*