Commit 1c12422 1 parent 970d175 commit 1c12422 Copy full SHA for 1c12422
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : checkout
23
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
23
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24
24
- name : bootstrap
25
25
run : |
26
26
dist/ubuntu/bootstrap.sh
31
31
runs-on : macos-latest
32
32
steps :
33
33
- name : checkout
34
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
34
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
35
35
- name : bootstrap
36
36
run : |
37
37
dist/macos/bootstrap.sh
42
42
runs-on : windows-latest
43
43
steps :
44
44
- name : checkout
45
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46
46
- name : build
47
47
run : dist\win32\build.cmd
48
48
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : " Checkout code"
39
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments