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 @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@15
105
105
- name : Checkout
106
- uses : actions/checkout@v2
106
+ uses : actions/checkout@v3
107
107
- name : Install Go
108
108
uses : actions/setup-go@v3
109
109
with :
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
run : |
109
109
scoop install binaryen
110
110
- name : Checkout
111
- uses : actions/checkout@v2
111
+ uses : actions/checkout@v3
112
112
- name : Install Go
113
113
uses : actions/setup-go@v3
114
114
with :
@@ -132,7 +132,7 @@ jobs:
132
132
needs : build-windows
133
133
steps :
134
134
- name : Checkout
135
- uses : actions/checkout@v2
135
+ uses : actions/checkout@v3
136
136
- name : Install Go
137
137
uses : actions/setup-go@v3
138
138
with :
@@ -162,7 +162,7 @@ jobs:
162
162
run : |
163
163
scoop install binaryen wasmtime
164
164
- name : Checkout
165
- uses : actions/checkout@v2
165
+ uses : actions/checkout@v3
166
166
- name : Install Go
167
167
uses : actions/setup-go@v3
168
168
with :
You can’t perform that action at this time.
0 commit comments