Skip to content

Commit

Permalink
bumped versions to remove dependency on metadao action
Browse files Browse the repository at this point in the history
  • Loading branch information
heyAyushh committed Oct 7, 2024
1 parent 8f894a3 commit f1a5c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ jobs:
failed_projects: ${{ steps.set-failed.outputs.failed_projects }}
steps:
- uses: actions/checkout@v4
- uses: heyAyushh/setup-anchor@v4.2
- uses: heyAyushh/setup-anchor@v4.4
with:
anchor-version: 0.30.1
solana-cli-version: 1.18.17
solana-cli-version: stable
node-version: 20.x
use-avm: false
- name: Display Versions and Install pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: true
- uses: heyAyushh/setup-solana@v5.4
- uses: heyAyushh/setup-solana@v5.5
with:
solana-cli-version: ${{ matrix.solana-version }}
- run: solana block
- run: solana -V
shell: bash
- name: Install pnpm
run: |
Expand Down

0 comments on commit f1a5c7f

Please sign in to comment.