We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4fa08 commit b021a07Copy full SHA for b021a07
.github/workflows/commitlint.yml
@@ -14,12 +14,12 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
21
- name: Setup Node
22
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
+ uses: actions/setup-node@v4
23
24
node-version: lts/*
25
cache: yarn
0 commit comments