Skip to content

Commit d229e97

Browse files
authored
Update README.md
1 parent 5c1cfa6 commit d229e97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838

3939
jobs:
4040
build:
41-
uses: solana-developers/github-workflows/.github/workflows/[email protected].4
41+
uses: solana-developers/github-workflows/.github/workflows/[email protected].5
4242
with:
4343
program: "hello_world"
4444
network: "devnet"
@@ -69,7 +69,7 @@ on:
6969

7070
jobs:
7171
build:
72-
uses: solana-developers/github-workflows/.github/workflows/[email protected].4
72+
uses: solana-developers/github-workflows/.github/workflows/[email protected].5
7373
with:
7474
program: "transaction_example"
7575
network: "mainnet"
@@ -136,7 +136,7 @@ on:
136136

137137
jobs:
138138
test:
139-
uses: solana-developers/github-workflows/.github/workflows/[email protected].4
139+
uses: solana-developers/github-workflows/.github/workflows/[email protected].5
140140
with:
141141
program: ${{ 'transaction_example' }}
142142
```

0 commit comments

Comments
 (0)