Skip to content

Commit

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

ci(deps): bump armakuni/github-actions from 0.18.2 to 0.19.0
  • Loading branch information
mergify[bot] authored Nov 13, 2023
2 parents d21bd75 + 6c1afb4 commit 3a18c3e
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 @@ -8,16 +8,16 @@ jobs:
uses: ./.github/workflows/run-tests.yml

check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.18.2
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.19.0

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

lint-pipeline:
uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.18.2
uses: armakuni/github-actions/.github/workflows/lint-pipeline.yml@v0.19.0

0 comments on commit 3a18c3e

Please sign in to comment.