Browse Source

check setup-solana install version

Ayush 9 months ago
parent
commit
f7f6c9d846
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/solana-native.yml

+ 2 - 2
.github/workflows/solana-native.yml

@@ -180,7 +180,7 @@ jobs:
           # Install pnpm
           npm install --global pnpm
       - name: Setup Solana stable
-        uses: heyAyushh/setup-solana@v5.7
+        uses: heyAyushh/setup-solana@v5.8
         with:
           solana-cli-version: stable
       - name: Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
           rustc -V
           process_projects "stable"
       - name: Setup Solana 1.18.17
-        uses: heyAyushh/setup-solana@v5.7
+        uses: heyAyushh/setup-solana@v5.8
         with:
           solana-cli-version: 1.18.17
       - name: Build and Test with 1.18.17