Skip to content

Commit abb6fe3

Browse files
committed
Update README.md
1 parent e404707 commit abb6fe3

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
@@ -37,7 +37,7 @@ on:
3737

3838
jobs:
3939
build:
40-
uses: solana-developers/github-workflows/.github/workflows/[email protected].1
40+
uses: solana-developers/github-workflows/.github/workflows/[email protected].2
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/[email protected].1
71+
uses: solana-developers/github-workflows/.github/workflows/[email protected].2
7272
with:
7373
program: "transaction_example"
7474
network: "mainnet"
@@ -134,7 +134,7 @@ on:
134134

135135
jobs:
136136
test:
137-
uses: solana-developers/github-workflows/.github/workflows/[email protected].1
137+
uses: solana-developers/github-workflows/.github/workflows/[email protected].2
138138
with:
139139
program: ${{ 'transaction_example' }}
140140
```

0 commit comments

Comments
 (0)