Skip to content

Commit

Permalink
fix: bump armakuni/github-actions from 0.16.5 to 0.16.6
Browse files Browse the repository at this point in the history
Bumps [armakuni/github-actions](https://github.com/armakuni/github-actions) from 0.16.5 to 0.16.6.
- [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.16.5...v0.16.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent cc5f0ca commit f340130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
pattern: ^(?!\./CHANGELOG).*\.md$

check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.5
uses: armakuni/github-actions/.github/workflows/check-conventional-commits.yml@v0.16.6

release:
if: github.ref == 'refs/heads/main'
Expand All @@ -52,7 +52,7 @@ jobs:
- test-latest
- check-conventional-commits
- lint-markdown
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.16.5
uses: armakuni/github-actions/.github/workflows/tag-and-release.yml@v0.16.6
with:
download-artifacts: true
release-artifacts: ./bins/*

0 comments on commit f340130

Please sign in to comment.