Skip to content

Commit 9e25a96

Browse files
committed
Update reusable-build.yaml
1 parent cdb0eeb commit 9e25a96

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
fi
8686
8787
- name: Extract Versions
88-
uses: Woody4618/github-action/.github/actions/extract-versions@v0.1.0
88+
uses: Woody4618/github-action/.github/actions/extract-versions@main
8989

9090
- name: Setup Environment
91-
uses: Woody4618/github-action/.github/actions/setup@v0.1.0
91+
uses: Woody4618/github-action/.github/actions/setup@main
9292

9393
- name: Debug Environment Before Anchor Setup
9494
run: |
@@ -97,10 +97,10 @@ jobs:
9797
echo "==========================="
9898
9999
- name: Install Solana
100-
uses: Woody4618/github-action/.github/actions/setup-solana@v0.1.0
100+
uses: Woody4618/github-action/.github/actions/setup-solana@main
101101

102102
- name: Install Anchor
103-
uses: Woody4618/github-action/.github/actions/setup-anchor@v0.1.0
103+
uses: Woody4618/github-action/.github/actions/setup-anchor@main
104104
with:
105105
anchor-version: ${{ env.ANCHOR_VERSION }}
106106

@@ -148,14 +148,14 @@ jobs:
148148
cat Anchor.toml
149149
150150
- name: Build Anchor
151-
uses: Woody4618/github-action/.github/actions/build-anchor@v0.1.0
151+
uses: Woody4618/github-action/.github/actions/build-anchor@main
152152
with:
153153
testing: false
154154
devnet: ${{ inputs.network == 'devnet' }}
155155
program: ${{ env.PROGRAM_NAME }}
156156

157157
- name: Build Verified
158-
uses: Woody4618/github-action/.github/actions/build-verified@v0.1.0
158+
uses: Woody4618/github-action/.github/actions/build-verified@main
159159
id: build-verified
160160
with:
161161
verify-version: ${{ env.SOLANA_VERIFY_VERSION }}
@@ -213,7 +213,7 @@ jobs:
213213
echo "IDL file: ./artifacts/build/${{ env.PROGRAM_NAME }}-idl/target/idl/${{ env.PROGRAM_NAME }}.json"
214214
215215
- name: Write Program Buffer
216-
uses: Woody4618/github-action/.github/actions/write-program-buffer@v0.1.0
216+
uses: Woody4618/github-action/.github/actions/write-program-buffer@main
217217
id: program-buffer
218218
if: inputs.deploy == 'true'
219219
with:
@@ -224,7 +224,7 @@ jobs:
224224
buffer-authority-address: ${{ inputs.use-squads == 'true' && env.MULTISIG_VAULT || env.DEPLOYER_ADDRESS }}
225225

226226
- name: Write IDL Buffer
227-
uses: Woody4618/github-action/.github/actions/write-idl-buffer@v0.1.0
227+
uses: Woody4618/github-action/.github/actions/write-idl-buffer@main
228228
id: idl-buffer
229229
if: inputs.upload_idl == 'true'
230230
with:
@@ -235,7 +235,7 @@ jobs:
235235
idl-authority: ${{ inputs.use-squads == 'true' && env.MULTISIG_VAULT || env.DEPLOYER_ADDRESS }}
236236

237237
- name: Program Upgrade
238-
uses: Woody4618/github-action/.github/actions/program-upgrade@v0.1.0
238+
uses: Woody4618/github-action/.github/actions/program-upgrade@main
239239
if: inputs.deploy == 'true' && inputs.use-squads == 'false'
240240
with:
241241
program-id: ${{ env.PROGRAM_ID }}
@@ -246,7 +246,7 @@ jobs:
246246
program-keypair: ${{ secrets.PROGRAM_ADDRESS_KEYPAIR }}
247247

248248
- name: IDL Upload
249-
uses: Woody4618/github-action/.github/actions/idl-upload@v0.1.0
249+
uses: Woody4618/github-action/.github/actions/idl-upload@main
250250
if: inputs.upload_idl == 'true' && inputs.use-squads == 'false'
251251
with:
252252
program-id: ${{ env.PROGRAM_ID }}
@@ -255,7 +255,7 @@ jobs:
255255
idl-buffer: ${{ steps.idl-buffer.outputs.buffer }}
256256

257257
- name: Verify Build
258-
uses: Woody4618/github-action/.github/actions/verify-build@v0.1.0
258+
uses: Woody4618/github-action/.github/actions/verify-build@main
259259
id: verify-build
260260
if: inputs.verify == 'true'
261261
with:

0 commit comments

Comments
 (0)