Skip to content

Commit

Permalink
ci(deps): bump wagoid/commitlint-github-action from 5 to 6
Browse files Browse the repository at this point in the history
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5 to 6.
- [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md)
- [Commits](wagoid/commitlint-github-action@v5...v6)

---
updated-dependencies:
- dependency-name: wagoid/commitlint-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jirikostiha committed Apr 22, 2024
1 parent 23b47a2 commit a8d2f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Lint commit message
uses: wagoid/commitlint-github-action@v5
uses: wagoid/commitlint-github-action@v6

- name: Check no !fixup commits
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit a8d2f5d

Please sign in to comment.