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:
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
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments