Skip to content

Commit

Permalink
ci(deps): update wagoid/commitlint-github-action action to v6 (#849)
Browse files Browse the repository at this point in the history
* ci(deps): update wagoid/commitlint-github-action action to v6

| datasource  | package                         | from   | to     |
| ----------- | ------------------------------- | ------ | ------ |
| github-tags | wagoid/commitlint-github-action | v5.5.1 | v6.0.2 |

* chore: migration

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
renovate[bot] and viceice committed Aug 8, 2024
1 parent ec4508c commit a9144b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
filter: blob:none # we don't need all blobs, only the full tree

- name: Lint commit messages
uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5.5.1
uses: wagoid/commitlint-github-action@baa1b236f990293a1b2d94c19e41c2313a85e749 # v6.0.2
continue-on-error: true

lint:
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js → commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
export default {
extends: ['@commitlint/config-conventional'],
};

0 comments on commit a9144b2

Please sign in to comment.