We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebd1bc commit e0a673aCopy full SHA for e0a673a
.github/workflows/commitlint.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
- name: Setup Node.js
24
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
25
26
- name: Install commitlint
27
run: npm install --save-dev @commitlint/{config-conventional,cli}
.github/workflows/test-site.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: npm ci
28
run: npm ci
0 commit comments