File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ jobs:
104
104
failed_projects : ${{ steps.set-failed.outputs.failed_projects }}
105
105
steps :
106
106
- uses : actions/checkout@v4
107
- - uses : heyAyushh/setup-anchor@v4.2
107
+ - uses : heyAyushh/setup-anchor@v4.4
108
108
with :
109
109
anchor-version : 0.30.1
110
- solana-cli-version : 1.18.17
110
+ solana-cli-version : stable
111
111
node-version : 20.x
112
112
use-avm : false
113
113
- name : Display Versions and Install pnpm
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
with :
26
26
node-version : ${{ matrix.node-version }}
27
27
check-latest : true
28
- - uses : heyAyushh/setup-solana@v5.4
28
+ - uses : heyAyushh/setup-solana@v5.5
29
29
with :
30
30
solana-cli-version : ${{ matrix.solana-version }}
31
- - run : solana block
31
+ - run : solana -V
32
32
shell : bash
33
33
- name : Install pnpm
34
34
run : |
You can’t perform that action at this time.
0 commit comments