File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
11
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12
12
- uses : psf/black@3702ba224ecffbcec30af640c149f231d90aebdb # 24.4.2
13
13
14
14
tests :
17
17
needs : lint
18
18
steps :
19
19
# Checkout the Repo
20
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
20
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21
21
22
22
# Install Node 18
23
23
- name : Setup Node
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
# Checkout the Repo
45
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
45
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
46
46
47
47
# Install Python
48
48
- name : Setup Python
Original file line number Diff line number Diff line change 21
21
build :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
25
25
with :
26
26
fetch-depth : 0
27
27
- name : Install latest mdbook
You can’t perform that action at this time.
0 commit comments