Skip to content

Commit af748bc

Browse files
coutoCopilot
andauthored
fix: update .github/workflows/commitlint.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8f08c3f commit af748bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1v2
31+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232
with:
3333
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.ref || inputs.ref }}
3434
fetch-depth: 0

0 commit comments

Comments
 (0)