Skip to content

Commit e984747

Browse files
committed
Tag v0.2.0 version
1 parent 4bb8a22 commit e984747

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)