Skip to content

Commit 98fcccb

Browse files
committed
Update github actions tag
1 parent abb6fe3 commit 98fcccb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.github/workflows/reusable-build.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ jobs:
133133
echo "MULTISIG_VAULT=${{ secrets.DEVNET_MULTISIG_VAULT }}" >> $GITHUB_ENV
134134
fi
135135
136-
- uses: solana-developers/github-actions/.github/actions/[email protected].2
136+
- uses: solana-developers/github-actions/.github/actions/[email protected].3
137137
if: inputs.override-solana-version == '' || inputs.override-anchor-version == ''
138138
id: versions
139139

140-
- uses: solana-developers/github-actions/.github/actions/[email protected].2
140+
- uses: solana-developers/github-actions/.github/actions/[email protected].3
141141
id: setup
142142
with:
143143
solana_version: ${{ inputs.override-solana-version != '' && inputs.override-solana-version || steps.versions.outputs.solana_version }}
@@ -261,14 +261,14 @@ jobs:
261261
fi
262262
263263
- name: Build Anchor
264-
uses: solana-developers/github-actions/.github/actions/[email protected].2
264+
uses: solana-developers/github-actions/.github/actions/[email protected].3
265265
if: steps.check-anchor.outputs.is_anchor == 'true'
266266
with:
267267
program: ${{ env.PROGRAM_NAME }}
268268
features: ${{ inputs.features }}
269269

270270
- name: Build Verified
271-
uses: solana-developers/github-actions/.github/actions/[email protected].2
271+
uses: solana-developers/github-actions/.github/actions/[email protected].3
272272
id: build-verified
273273
with:
274274
program: ${{ env.PROGRAM_NAME }}
@@ -338,7 +338,7 @@ jobs:
338338
fi
339339
340340
- name: Write Program Buffer
341-
uses: solana-developers/github-actions/.github/actions/[email protected].2
341+
uses: solana-developers/github-actions/.github/actions/[email protected].3
342342
id: program-buffer
343343
if: inputs.deploy
344344
with:
@@ -350,7 +350,7 @@ jobs:
350350
priority-fee: ${{ inputs.priority-fee }}
351351

352352
- name: Write IDL Buffer
353-
uses: solana-developers/github-actions/.github/actions/[email protected].2
353+
uses: solana-developers/github-actions/.github/actions/[email protected].3
354354
id: idl-buffer
355355
if: inputs.upload_idl
356356
with:
@@ -361,7 +361,7 @@ jobs:
361361
idl-authority: ${{ inputs.use-squads && env.MULTISIG_VAULT || env.DEPLOYER_ADDRESS }}
362362

363363
- name: Program Upgrade
364-
uses: solana-developers/github-actions/.github/actions/[email protected].2
364+
uses: solana-developers/github-actions/.github/actions/[email protected].3
365365
if: inputs.deploy && inputs.use-squads == false
366366
with:
367367
program-id: ${{ env.PROGRAM_ID }}
@@ -372,7 +372,7 @@ jobs:
372372
program-keypair: ${{ secrets.PROGRAM_ADDRESS_KEYPAIR }}
373373

374374
- name: IDL Upload
375-
uses: solana-developers/github-actions/.github/actions/[email protected].2
375+
uses: solana-developers/github-actions/.github/actions/[email protected].3
376376
if: inputs.upload_idl && inputs.use-squads == false
377377
with:
378378
program-id: ${{ env.PROGRAM_ID }}
@@ -381,7 +381,7 @@ jobs:
381381
idl-buffer: ${{ steps.idl-buffer.outputs.buffer }}
382382

383383
- name: Verify Build
384-
uses: solana-developers/github-actions/.github/actions/[email protected].2
384+
uses: solana-developers/github-actions/.github/actions/[email protected].3
385385
id: verify-build
386386
if: inputs.verify
387387
with:

.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/[email protected].1
22+
- uses: solana-developers/github-actions/.github/actions/[email protected].3
2323
id: versions
2424

25-
- uses: solana-developers/github-actions/.github/actions/[email protected].1
25+
- uses: solana-developers/github-actions/.github/actions/[email protected].3
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/[email protected].1
31+
- uses: solana-developers/github-actions/.github/actions/[email protected].3
3232
with:
3333
program: ${{ inputs.program }}

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].2
40+
uses: solana-developers/github-workflows/.github/workflows/[email protected].3
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].2
71+
uses: solana-developers/github-workflows/.github/workflows/[email protected].3
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].2
137+
uses: solana-developers/github-workflows/.github/workflows/[email protected].3
138138
with:
139139
program: ${{ 'transaction_example' }}
140140
```

0 commit comments

Comments
 (0)