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 @@ -180,7 +180,7 @@ jobs:
180
180
# Install pnpm
181
181
npm install --global pnpm
182
182
- name : Setup Solana Stable
183
- uses : heyAyushh/setup-solana@v2.01
183
+ uses : heyAyushh/setup-solana@v2.02
184
184
with :
185
185
solana-cli-version : stable
186
186
- name : Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
190
190
rustc -V
191
191
process_projects "stable"
192
192
- name : Setup Solana Beta
193
- uses : heyAyushh/setup-solana@v2
193
+ uses : heyAyushh/setup-solana@v2.02
194
194
with :
195
195
solana-cli-version : beta
196
196
- name : Build and Test with Beta
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
chmod +x build_and_test.sh
255
255
256
256
- name : Setup Solana Stable
257
- uses : heyAyushh/setup-solana@v2.01
257
+ uses : heyAyushh/setup-solana@v2.02
258
258
with :
259
259
solana-cli-version : stable
260
260
- name : Build and Test with Stable
@@ -266,7 +266,7 @@ jobs:
266
266
cargo install --quiet steel-cli
267
267
process_projects "stable"
268
268
- name : Setup Solana Beta
269
- uses : heyAyushh/setup-solana@v2.01
269
+ uses : heyAyushh/setup-solana@v2.02
270
270
with :
271
271
solana-cli-version : beta
272
272
- name : Build and Test with Beta
You can’t perform that action at this time.
0 commit comments