From 7656ba83ef6771e5d85cca9c4a8ed90400549ab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 07:17:15 +0000 Subject: [PATCH] ci(deps): bump armakuni/github-actions from 0.16.2 to 0.16.3 Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.16.2 to 0.16.3. - [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.2...v0.16.3) --- 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 e96c046..d9b094f 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.2 + uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.3 lint-pipeline: - uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.2 + uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.3 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.2 + uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.16.3 secrets: inherit slack-notify: