From 8a17d0e024d0764fe1adaaf9db22efa3e48af0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 08:31:32 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-solana Bumps [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) from 4b971869e26b79c7ce3fb7c98005cc2e3f350915 to 26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/compare/4b971869e26b79c7ce3fb7c98005cc2e3f350915...26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6) --- updated-dependencies: - dependency-name: smartcontractkit/chainlink-solana dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ed73ccf..8916422 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -259,7 +259,7 @@ jobs: ref: ${{ env.SOLANA_REF }} - name: Get ProjectSerum Version id: psversion - uses: smartcontractkit/chainlink-solana/.github/actions/projectserum_version@4b971869e26b79c7ce3fb7c98005cc2e3f350915 # stable action on Oct 12 2022 + uses: smartcontractkit/chainlink-solana/.github/actions/projectserum_version@26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6 # stable action on Oct 12 2022 solana-build-contracts: environment: integration @@ -284,7 +284,7 @@ jobs: ref: ${{ env.SOLANA_REF }} - name: Build contracts if: ${{needs.changes.outputs.src == 'true' && env.SOLANA_REF != 'develop' }} - uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@4b971869e26b79c7ce3fb7c98005cc2e3f350915 # stable action on Oct 12 2022 + uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6 # stable action on Oct 12 2022 with: ref: ${{ env.SOLANA_REF }} - name: Collect Metrics