From ab291f06751641eccdbef25aa717c199fd5c3778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 11:11:10 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-solana Bumps [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) from 4b971869e26b79c7ce3fb7c98005cc2e3f350915 to 20561a014f8f9542be4729ddfb0f70ec8e7e08a4. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/compare/4b971869e26b79c7ce3fb7c98005cc2e3f350915...20561a014f8f9542be4729ddfb0f70ec8e7e08a4) --- 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 7fa2f43946..b0cba20834 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -306,7 +306,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@20561a014f8f9542be4729ddfb0f70ec8e7e08a4 # stable action on Oct 12 2022 solana-test-image-exists: environment: integration @@ -353,7 +353,7 @@ jobs: ref: ${{ needs.get_solana_sha.outputs.sha }} - name: Build contracts if: needs.changes.outputs.src == 'true' && needs.solana-test-image-exists.outputs.exists == 'false' - 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@20561a014f8f9542be4729ddfb0f70ec8e7e08a4 # stable action on Oct 12 2022 with: ref: ${{ needs.get_solana_sha.outputs.sha }} - name: Collect Metrics