Skip to content

Commit

Permalink
chore(deps): update gha-deps to v19.4.1 (#204)
Browse files Browse the repository at this point in the history
| datasource | package                         | from   | to     |
| ---------- | ------------------------------- | ------ | ------ |
| npm        | @commitlint/cli                 | 19.4.0 | 19.4.1 |
| npm        | @commitlint/config-conventional | 19.2.2 | 19.4.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Chance <139784371+UnicornChance@users.noreply.github.com>
  • Loading branch information
renovate[bot] and UnicornChance authored Aug 28, 2024
1 parent 1b6b3c9 commit b9a6aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:

- name: Install commitlint
run: |
npm install --save-dev @commitlint/config-conventional@19.2.2
npm install --save-dev @commitlint/cli@19.4.0
npm install --save-dev @commitlint/config-conventional@19.4.1
npm install --save-dev @commitlint/cli@19.4.1
- name: Lint PR title
env:
Expand Down

0 comments on commit b9a6aa5

Please sign in to comment.