File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
name : Build and Deploy Job
17
17
steps :
18
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
submodules : true
21
21
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 14
14
name : Build docusaurus Site
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18
18
- uses : actions/setup-node@v4
19
19
with :
20
20
node-version : " 18"
Original file line number Diff line number Diff line change 35
35
github.event.pull_request.head.repo.full_name == github.repository)
36
36
steps :
37
37
- name : Checkout Branch
38
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
39
- name : Compress Images
40
40
id : calibre
41
41
uses : calibreapp/image-actions@main
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
17
17
- name : crowdin action
18
18
You can’t perform that action at this time.
0 commit comments