Skip to content

Commit e404707

Browse files
committed
Update github actions tag
1 parent b9c0212 commit e404707

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
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].1
136+
- uses: solana-developers/github-actions/.github/actions/[email protected].2
137137
if: inputs.override-solana-version == '' || inputs.override-anchor-version == ''
138138
id: versions
139139

140-
- uses: solana-developers/github-actions/.github/actions/[email protected].1
140+
- uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
264+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
271+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
341+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
353+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
364+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
375+
uses: solana-developers/github-actions/.github/actions/[email protected].2
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].1
384+
uses: solana-developers/github-actions/.github/actions/[email protected].2
385385
id: verify-build
386386
if: inputs.verify
387387
with:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2024-03-21
9+
10+
### Changed
11+
12+
- Fix issue in extend program action
13+
814
## [0.2.1] - 2024-03-21
915

1016
### Changed

0 commit comments

Comments
 (0)