Skip to content

Commit 3ee4a92

Browse files
Bump heyAyushh/setup-solana from 5.5 to 5.9
Bumps [heyAyushh/setup-solana](https://github.com/heyayushh/setup-solana) from 5.5 to 5.9. - [Release notes](https://github.com/heyayushh/setup-solana/releases) - [Commits](heyAyushh/setup-solana@v5.5...v5.9) --- updated-dependencies: - dependency-name: heyAyushh/setup-solana dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2c4bc25 commit 3ee4a92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/solana-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install pnpm
181181
npm install --global pnpm
182182
- name: Setup Solana stable
183-
uses: heyAyushh/setup-solana@v5.5
183+
uses: heyAyushh/setup-solana@v5.9
184184
with:
185185
solana-cli-version: stable
186186
- name: Build and Test with Stable
@@ -190,7 +190,7 @@ jobs:
190190
rustc -V
191191
process_projects "stable"
192192
- name: Setup Solana 1.18.17
193-
uses: heyAyushh/setup-solana@v5.5
193+
uses: heyAyushh/setup-solana@v5.9
194194
with:
195195
solana-cli-version: 1.18.17
196196
- name: Build and Test with 1.18.17

.github/workflows/steel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
chmod +x build_and_test.sh
254254
255255
- name: Setup Solana stable
256-
uses: heyAyushh/setup-solana@v5.5
256+
uses: heyAyushh/setup-solana@v5.9
257257
with:
258258
solana-cli-version: stable
259259
- name: Build and Test with Stable
@@ -268,7 +268,7 @@ jobs:
268268
process_projects "stable"
269269
sccache --show-stats
270270
- name: Setup Solana 1.18.17
271-
uses: heyAyushh/setup-solana@v5.5
271+
uses: heyAyushh/setup-solana@v5.9
272272
with:
273273
solana-cli-version: 1.18.17
274274
- name: Build and Test with 1.18.17

0 commit comments

Comments
 (0)