Browse Source

bumped action because of solana stable

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

+ 1 - 1
.github/workflows/anchor.yml

@@ -104,7 +104,7 @@ jobs:
       failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
       failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
-      - uses: heyAyushh/setup-anchor@v0.31
+      - uses: heyAyushh/setup-anchor@v0.31.1
         with:
         with:
           anchor-version: 0.31.1
           anchor-version: 0.31.1
           solana-cli-version: stable
           solana-cli-version: stable

+ 3 - 2
.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.02
+        uses: heyAyushh/setup-solana@v2.03
         with:
         with:
           solana-cli-version: stable
           solana-cli-version: stable
       - name: Build and Test with Stable
       - name: Build and Test with Stable
@@ -190,7 +190,8 @@ jobs:
           rustc -V
           rustc -V
           process_projects "stable"
           process_projects "stable"
       - name: Setup Solana Beta
       - name: Setup Solana Beta
-        uses: heyAyushh/setup-solana@v2.02
+        uses: heyAyushh/setup-solana@v2.03
+        continue-on-error: true
         with:
         with:
           solana-cli-version: beta
           solana-cli-version: beta
       - name: Build and Test with Beta
       - name: Build and Test with Beta