Skip to content

Commit 2ca384f

Browse files
committed
bumped setup-solana@2.02
1 parent 7a1547e commit 2ca384f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/solana-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install pnpm
181181
npm install --global pnpm
182182
- name: Setup Solana Stable
183-
uses: heyAyushh/setup-solana@v2.01
183+
uses: heyAyushh/setup-solana@v2.02
184184
with:
185185
solana-cli-version: stable
186186
- name: Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
190190
rustc -V
191191
process_projects "stable"
192192
- name: Setup Solana Beta
193-
uses: heyAyushh/setup-solana@v2
193+
uses: heyAyushh/setup-solana@v2.02
194194
with:
195195
solana-cli-version: beta
196196
- name: Build and Test with Beta

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ jobs:
254254
chmod +x build_and_test.sh
255255
256256
- name: Setup Solana Stable
257-
uses: heyAyushh/setup-solana@v2.01
257+
uses: heyAyushh/setup-solana@v2.02
258258
with:
259259
solana-cli-version: stable
260260
- name: Build and Test with Stable
@@ -266,7 +266,7 @@ jobs:
266266
cargo install --quiet steel-cli
267267
process_projects "stable"
268268
- name: Setup Solana Beta
269-
uses: heyAyushh/setup-solana@v2.01
269+
uses: heyAyushh/setup-solana@v2.02
270270
with:
271271
solana-cli-version: beta
272272
- name: Build and Test with Beta

0 commit comments

Comments
 (0)