File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 steps :
2020 - uses : actions/checkout@v4
2121
22- - uses : solana-developers/github-actions/.github/actions/extract-versions@main
22+ - uses : solana-developers/github-actions/.github/actions/extract-versions@v0.2.0
2323 id : versions
2424
25- - uses : solana-developers/github-actions/.github/actions/setup-all@main
25+ - uses : solana-developers/github-actions/.github/actions/setup-all@v0.2.0
2626 with :
2727 solana_version : ${{ steps.versions.outputs.solana_version }}
2828 anchor_version : ${{ steps.versions.outputs.anchor_version }}
2929 node_version : 18
3030
31- - uses : solana-developers/github-actions/.github/actions/run-tests@main
31+ - uses : solana-developers/github-actions/.github/actions/run-tests@v0.2.0
3232 with :
3333 program : ${{ inputs.program }}
You can’t perform that action at this time.
0 commit comments