From 1aca6f3712e5b8b2187ce139e2e46f0be8b9c658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 03:05:44 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-solana Bumps [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) from 691e86b1e3b27e6b90830661499a5c372224fea1 to 8ca92706949370d30e37dfb54571bc8f173a4c42. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/compare/691e86b1e3b27e6b90830661499a5c372224fea1...8ca92706949370d30e37dfb54571bc8f173a4c42) --- updated-dependencies: - dependency-name: smartcontractkit/chainlink-solana dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index df9450496da..579deedd688 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -162,7 +162,7 @@ jobs: ref: ${{ env.solana_sha }} - name: Build contracts if: needs.changes.outputs.src == 'true' - uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@691e86b1e3b27e6b90830661499a5c372224fea1 # stable action on 18/07/2022 + uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@8ca92706949370d30e37dfb54571bc8f173a4c42 # stable action on 18/07/2022 with: ref: ${{ env.solana_sha }}