Skip to content

Commit

Permalink
ci(deps): bump armakuni/github-actions from 0.10.4 to 0.10.5
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.10.4 to 0.10.5.
- [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.10.4...v0.10.5)

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

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

check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected].4
uses: armakuni/github-actions/.github/workflows/[email protected].5

lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected].4
uses: armakuni/github-actions/.github/workflows/[email protected].5

create-release:
needs:
- run-tests
- lint-pipeline
- check-conventional-commits
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].4
uses: armakuni/github-actions/.github/workflows/[email protected].5
secrets: inherit

slack-notify:
Expand Down

0 comments on commit 2bd71d0

Please sign in to comment.