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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
11
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12
12
- uses : psf/black@1b2427a2b785cc4aac97c19bb4b9a0de063f9547 # 24.10.0
13
13
14
14
tests :
17
17
needs : lint
18
18
steps :
19
19
# Checkout the Repo
20
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
20
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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