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 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : checkout
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
40
40
with :
41
41
persist-credentials : false
42
42
You can’t perform that action at this time.
0 commit comments