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 cdb6530 commit 21d1a45Copy full SHA for 21d1a45
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
build_and_test:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4.1.7
+ - uses: actions/checkout@v4.2.0
19
20
- uses: ./.github/actions/setup-node
21
@@ -53,7 +53,7 @@ jobs:
53
issues: write
54
pull-requests: write
55
56
57
with:
58
fetch-depth: 0
59
persist-credentials: false
.github/workflows/commitlint.yaml
@@ -10,7 +10,7 @@ jobs:
10
commitlint:
11
12
13
14
0 commit comments