Skip to content

Commit ea26e37

Browse files
authored
fix: bumped versions to remove dependency on metadao action (#126)
1 parent aebb95a commit ea26e37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/anchor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ jobs:
104104
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
105105
steps:
106106
- uses: actions/checkout@v4
107-
- uses: heyAyushh/setup-anchor@v4.2
107+
- uses: heyAyushh/setup-anchor@v4.4
108108
with:
109109
anchor-version: 0.30.1
110-
solana-cli-version: 1.18.17
110+
solana-cli-version: stable
111111
node-version: 20.x
112112
use-avm: false
113113
- name: Display Versions and Install pnpm

.github/workflows/solana-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
check-latest: true
28-
- uses: heyAyushh/setup-solana@v5.4
28+
- uses: heyAyushh/setup-solana@v5.5
2929
with:
3030
solana-cli-version: ${{ matrix.solana-version }}
31-
- run: solana block
31+
- run: solana -V
3232
shell: bash
3333
- name: Install pnpm
3434
run: |

0 commit comments

Comments
 (0)