From d0096f6b0a1cc248b6027afbade9010c308d9067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:43:10 +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 3b64292ec..f68006cd9 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -180,7 +180,7 @@ jobs: # Install pnpm npm install --global pnpm - 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 @@ -190,7 +190,7 @@ jobs: rustc -V process_projects "stable" - 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