Skip to content

Commit a07cfbb

Browse files
committed
Use solana program action
1 parent 0e9c6bd commit a07cfbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)