From 33793e589b6bfd719983b0ad71a5e2a37d1ea449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:08:48 +0000 Subject: [PATCH] Bump heyAyushh/setup-solana from 5.4 to 5.5 Bumps [heyAyushh/setup-solana](https://github.com/heyayushh/setup-solana) from 5.4 to 5.5. - [Release notes](https://github.com/heyayushh/setup-solana/releases) - [Commits](https://github.com/heyayushh/setup-solana/compare/v5.4...v5.5) --- updated-dependencies: - dependency-name: heyAyushh/setup-solana dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/steel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index ac3a5e2e..d3c2572e 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -253,7 +253,7 @@ jobs: chmod +x build_and_test.sh - name: Setup Solana stable - uses: heyAyushh/setup-solana@v5.4 + uses: heyAyushh/setup-solana@v5.5 with: solana-cli-version: stable - name: Build and Test with Stable @@ -267,7 +267,7 @@ jobs: process_projects "stable" sccache --show-stats - name: Setup Solana 1.18.17 - uses: heyAyushh/setup-solana@v5.4 + uses: heyAyushh/setup-solana@v5.5 with: solana-cli-version: 1.18.17 - name: Build and Test with 1.18.17