From ad01ba84d750b22bf3b5e01cb0bfcc52e60ea1eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:46:32 +0000 Subject: [PATCH] ci(deps): bump armakuni/github-actions from 0.16.3 to 0.16.4 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.16.3 to 0.16.4. - [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.3...v0.16.4) --- updated-dependencies: - dependency-name: armakuni/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index d9b094f..a3361e0 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.16.3 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.4 lint-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.3 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.4 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.16.3 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.16.4 secrets: inherit slack-notify: