From bd650ee30452c213bc08c42ad35aa80340ec0861 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 05:42:13 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-solana Bumps [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) from 691e86b1e3b27e6b90830661499a5c372224fea1 to 1.0.2. This release includes the previously tagged commit. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/compare/691e86b1e3b27e6b90830661499a5c372224fea1...25dce421ec217f880b7dab02f4c63efab3e69c86) --- 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..cc9a38922cf 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@25dce421ec217f880b7dab02f4c63efab3e69c86 # stable action on 18/07/2022 with: ref: ${{ env.solana_sha }}