Skip to content

Commit

Permalink
Merge pull request #23 from armakuni/dependabot/github_actions/armaku…
Browse files Browse the repository at this point in the history
…ni/github-actions-0.16.1

ci(deps): bump armakuni/github-actions from 0.14.11 to 0.16.1
  • Loading branch information
mergify[bot] authored Oct 9, 2023
2 parents 7203b77 + bc5bbbc commit d2225e2
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/check-conventional-commits.yml@v0.14.11
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.1

lint-pipeline:
uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.14.11
uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.16.1

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

slack-notify:
Expand Down

0 comments on commit d2225e2

Please sign in to comment.