We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89354d5 commit 154ca01Copy full SHA for 154ca01
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
name: 'Lint: node-18, ubuntu-latest'
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17
with:
18
fetch-depth: 0
19
@@ -34,7 +34,7 @@ jobs:
34
name: 'Format: node-18, ubuntu-latest'
35
36
37
38
39
40
@@ -55,7 +55,7 @@ jobs:
55
name: 'TS-Check Tests: node-18, ubuntu-latest'
56
57
58
59
60
61
0 commit comments