Commit 06fe0c2 1 parent 7243440 commit 06fe0c2 Copy full SHA for 06fe0c2
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
45
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments