Skip to content

Commit a678ce9

Browse files
authored
Lock workflow version to release
1 parent 4690987 commit a678ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737

3838
jobs:
3939
build:
40-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@main
40+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.0
4141
with:
4242
program: "hello_world"
4343
network: "devnet"
@@ -68,7 +68,7 @@ on:
6868

6969
jobs:
7070
build:
71-
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@main
71+
uses: solana-developers/github-workflows/.github/workflows/reusable-build.yaml@v0.2.0
7272
with:
7373
program: "transaction_example"
7474
network: "mainnet"

0 commit comments

Comments
 (0)