Skip to content

Commit e5f24ef

Browse files
committed
bumped action because of solana stable
1 parent 7df65e0 commit e5f24ef

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/anchor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107-
- uses: heyAyushh/[email protected]
107+
- uses: heyAyushh/[email protected].1
108108
with:
109109
anchor-version: 0.31.1
110110
solana-cli-version: stable

.github/workflows/solana-native.yml

Lines changed: 3 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.02
183+
uses: heyAyushh/setup-solana@v2.03
184184
with:
185185
solana-cli-version: stable
186186
- name: Build and Test with Stable
@@ -190,7 +190,8 @@ jobs:
190190
rustc -V
191191
process_projects "stable"
192192
- name: Setup Solana Beta
193-
uses: heyAyushh/[email protected]
193+
uses: heyAyushh/[email protected]
194+
continue-on-error: true
194195
with:
195196
solana-cli-version: beta
196197
- name: Build and Test with Beta

0 commit comments

Comments
 (0)