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 b1caff6 commit ba23633Copy full SHA for ba23633
.github/workflows/mkdocs.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-20.04
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
13
14
- name: Install asdf
15
uses: asdf-vm/actions/setup@v1
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
tests-pre-commit:
7
8
@@ -57,7 +57,7 @@ jobs:
57
commitlint:
58
59
60
61
with:
62
fetch-depth: 0
63
- uses: wagoid/commitlint-github-action@v2
0 commit comments