Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent d21bd75 commit 6c1afb4
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 6c1afb4

Please sign in to comment.