We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74dffc0 commit 0a0164bCopy full SHA for 0a0164b
2 files changed
.github/workflows/commitlint.yml
@@ -8,5 +8,5 @@ jobs:
8
commitlint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
12
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
for F in chrome chromium chromedriver; do
13
which $F && $F --version || echo Not found: $F
14
done
15
16
- name: Check Python version
17
run: python --version
18
- name: Setup Node
0 commit comments