Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:

- name: Report compute units
if: github.event.pull_request.head.repo.full_name == github.repository
uses: solana-developers/github-actions/cu-benchmark@e846103a578b3170a9a14824bcdf38d5dcf59ac0
uses: solana-foundation/github-actions/cu-benchmark@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
run: just generate-idl

- name: Build verified program
uses: solana-developers/github-actions/build-verified@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/build-verified@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
program: ${{ env.PROGRAM }}

- id: write-buffer
name: Write program buffer
uses: solana-developers/github-actions/write-program-buffer@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/write-program-buffer@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
program: ${{ env.PROGRAM }}
program-id: ${{ env.PROGRAM_ID }}
Expand All @@ -88,7 +88,7 @@ jobs:

- if: inputs.network == 'devnet'
name: Upgrade program (devnet)
uses: solana-developers/github-actions/program-upgrade@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/program-upgrade@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
program: ${{ env.PROGRAM }}
program-id: ${{ env.PROGRAM_ID }}
Expand All @@ -98,7 +98,7 @@ jobs:

- if: inputs.network == 'devnet'
name: Upload IDL via program-metadata (devnet)
uses: solana-developers/github-actions/metadata-upload@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/metadata-upload@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
program-id: ${{ env.PROGRAM_ID }}
rpc-url: ${{ env.RPC_URL }}
Expand All @@ -108,7 +108,7 @@ jobs:

- if: inputs.network == 'devnet'
name: Verify build (devnet)
uses: solana-developers/github-actions/verify-build@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/verify-build@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
program: ${{ env.PROGRAM }}
program-id: ${{ env.PROGRAM_ID }}
Expand All @@ -122,7 +122,7 @@ jobs:
- if: inputs.network == 'mainnet'
id: metadata-buffer
name: Write IDL metadata buffer (mainnet)
uses: solana-developers/github-actions/write-metadata-buffer@eb606791e11d06eb92593dfd3404bf0d4c809121
uses: solana-foundation/github-actions/write-metadata-buffer@f0ddc2234ac4ac19c5c17f520b60bc2d7308744f # v0.2.11
with:
idl-path: idl/escrow_program.json
rpc-url: ${{ env.RPC_URL }}
Expand Down
Loading