Skip to content

Commit f7f6c9d

Browse files
committed
check setup-solana install version
1 parent 4abdec5 commit f7f6c9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v5.7
183+
uses: heyAyushh/setup-solana@v5.8
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 1.18.17
193-
uses: heyAyushh/setup-solana@v5.7
193+
uses: heyAyushh/setup-solana@v5.8
194194
with:
195195
solana-cli-version: 1.18.17
196196
- name: Build and Test with 1.18.17

0 commit comments

Comments
 (0)