Skip to content

Commit b218f07

Browse files
chore: bump solana version used in install-solana GH action (#379)
1 parent cb1e96a commit b218f07

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/pull-request-main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,17 @@ jobs:
6565
steps:
6666
- name: Install Rust
6767
uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
68+
6869
- name: Install Solana
6970
uses: metaplex-foundation/actions/install-solana@2389940047edc63a5781911f6a53fbdf784748d8 # v1.0.4
7071
with:
71-
version: 1.18.10
72+
version: 1.18.26
73+
7274
- name: Install Aptos CLI
7375
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
7476
with:
7577
CLI_VERSION: 7.0.0
78+
7679
- name: Build and test
7780
uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0
7881
with:

.github/workflows/push-main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,17 @@ jobs:
6464
steps:
6565
- name: Install Rust
6666
uses: moonrepo/setup-rust@ede6de059f8046a5e236c94046823e2af11ca670 # v1.2.2
67+
6768
- name: Install Solana
6869
uses: metaplex-foundation/actions/install-solana@2389940047edc63a5781911f6a53fbdf784748d8 # v1.0.4
6970
with:
70-
version: 1.18.10
71+
version: 1.18.26
72+
7173
- name: Install Aptos CLI
7274
uses: aptos-labs/actions/install-aptos-cli@ce57287eb852b9819c1d74fecc3be187677559fd # v0.1
7375
with:
7476
CLI_VERSION: 7.0.0
77+
7578
- name: Build and test
7679
uses: smartcontractkit/.github/actions/ci-test-go@ci-test-go/1.0.0
7780
with:

0 commit comments

Comments
 (0)