Skip to content

Commit 938afd3

Browse files
authored
Use install-solana action from solana program (#99)
1 parent 0e9c6bd commit 938afd3

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/afraid-queens-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Use install-solana action from solana-program

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install dependencies
6161
run: pnpm install --frozen-lockfile
6262
- name: Install Solana
63-
uses: metaplex-foundation/actions/install-solana@v1
63+
uses: solana-program/actions/install-solana@v1
6464
with:
6565
version: ${{ matrix.solana }}
6666
- name: Install Rustfmt
@@ -119,7 +119,7 @@ jobs:
119119
- name: Install Dependencies
120120
run: pnpm install --frozen-lockfile
121121
- name: Install Solana
122-
uses: metaplex-foundation/actions/install-solana@v1
122+
uses: solana-program/actions/install-solana@v1
123123
with:
124124
version: ${{ env.SOLANA_VERSION }}
125125
- name: Install Anchor

template/base/.github/actions/setup/action.yml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070

7171
- name: Install Solana
7272
if: {% raw %}${{ inputs.solana == 'true' }}{% endraw %}
73-
uses: metaplex-foundation/actions/install-solana@v1
73+
uses: solana-program/actions/install-solana@v1
7474
with:
7575
version: {% raw %}${{ env.SOLANA_VERSION }}{% endraw %}
7676
cache: true

0 commit comments

Comments
 (0)