Skip to content

Commit

Permalink
ci(deps): bump armakuni/github-actions from 0.4.1 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.4.1 to 0.10.1.
- [Release notes](https://github.com/armakuni/github-actions/releases)
- [Changelog](https://github.com/armakuni/github-actions/blob/main/CHANGELOG.md)
- [Commits](armakuni/github-actions@v0.4.1...v0.10.1)

---
updated-dependencies:
- dependency-name: armakuni/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 3f63573 commit 841f8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
AWS_ACCOUNT_ID: ${{ secrets.ARMAKUNI_AWS_PROD_ACCOUNT_ID }}

check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.4.1
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.10.1

create-release:
needs:
- run-tests
- check-conventional-commits
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.4.1
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.10.1
secrets: inherit

slack-notify:
Expand Down

0 comments on commit 841f8a3

Please sign in to comment.