Browse Source

bump setup-action, don't cache key

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

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

@@ -180,7 +180,7 @@ jobs:
           # Install pnpm
           # Install pnpm
           npm install --global pnpm
           npm install --global pnpm
       - name: Setup Solana Stable
       - name: Setup Solana Stable
-        uses: heyAyushh/setup-solana@v2
+        uses: heyAyushh/setup-solana@v2.01
         with:
         with:
           solana-cli-version: stable
           solana-cli-version: stable
       - name: Build and Test with Stable
       - name: Build and Test with Stable