From 4b9f216e34ddd5ffc9bc0e70371ee2d748caa899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 05:42:22 +0000 Subject: [PATCH] Bump smartcontractkit/chainlink-solana Bumps [smartcontractkit/chainlink-solana](https://github.com/smartcontractkit/chainlink-solana) from 691e86b1e3b27e6b90830661499a5c372224fea1 to 805ddc7d784165bb509c75b6bda9db0ce82bb405. - [Release notes](https://github.com/smartcontractkit/chainlink-solana/releases) - [Commits](https://github.com/smartcontractkit/chainlink-solana/compare/691e86b1e3b27e6b90830661499a5c372224fea1...805ddc7d784165bb509c75b6bda9db0ce82bb405) --- 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..0306ba5f47a 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@805ddc7d784165bb509c75b6bda9db0ce82bb405 # stable action on 18/07/2022 with: ref: ${{ env.solana_sha }}