Skip to content

Commit 7a11b5b

Browse files
authored
Merge pull request #189 from furality/dependabot/github_actions/ahmadnassri/action-conventional-commit-lint-2.1.17
ci(action): bump ahmadnassri/action-conventional-commit-lint from 2.1.16 to 2.1.17
2 parents 9b72b01 + 4a2bdbc commit 7a11b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Commit lint
1717
# Dependabot sometimes makes some really long commit messages and I can't stop it
1818
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'dependencies') || github.actor == 'dependabot[bot]' }}
19-
uses: ahmadnassri/[email protected].16
19+
uses: ahmadnassri/[email protected].17
2020
with:
2121
token: ${{ github.token }}

0 commit comments

Comments
 (0)