From 77dadf60a34c8103ad599ad44e57b1e2e1293fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 19:32:29 +0000 Subject: [PATCH] Update smartcontractkit/chainlink-solana requirement to 32234257d78229cddae874b7fd4b36fe048d6f34 Updates the requirements on [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) to permit the latest version. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/commits/32234257d78229cddae874b7fd4b36fe048d6f34) --- 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 6a0c80abc97..8c24bd3fc52 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -911,7 +911,7 @@ jobs: ref: ${{ needs.get_solana_sha.outputs.sha }} - 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@32234257d78229cddae874b7fd4b36fe048d6f34 # stable action on Oct 12 2022 solana-test-image-exists: environment: integration @@ -976,7 +976,7 @@ jobs: ref: ${{ needs.get_solana_sha.outputs.sha }} - name: Build contracts if: (needs.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch') && needs.solana-test-image-exists.outputs.exists == 'false' - uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@21675b3a7dcdff8e790391708d4763020cace21e # stable action on December 18 2023 + uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@32234257d78229cddae874b7fd4b36fe048d6f34 # stable action on December 18 2023 with: ref: ${{ needs.get_solana_sha.outputs.sha }}