Skip to content

Commit 567b522

Browse files
authored
fix: downgrade commitlint-github-action to 5.4.5 (#154)
1 parent 179079b commit 567b522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
echo "Using workflow configuration for commitlint"
9898
echo "commitlintconfig=.github-workflow-semantic-release/commitlint.config.js" >> $GITHUB_OUTPUT
9999
fi
100-
- uses: wagoid/commitlint-github-action@v6.1.2
100+
- uses: wagoid/commitlint-github-action@v5.4.5
101101
id: lint
102102
continue-on-error: ${{ github.event_name == 'pull_request' }}
103103
with:

0 commit comments

Comments
 (0)