Skip to content

Commit

Permalink
Update smartcontractkit/chainlink-solana requirement to c5869534c19e5…
Browse files Browse the repository at this point in the history
…1eb7ffd05b2e73312a82d7e3a74

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/c5869534c19e51eb7ffd05b2e73312a82d7e3a74)

---
updated-dependencies:
- dependency-name: smartcontractkit/chainlink-solana
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent b588371 commit 7b47d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,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@c5869534c19e51eb7ffd05b2e73312a82d7e3a74 # stable action on Oct 12 2022

solana-test-image-exists:
environment: integration
Expand Down Expand Up @@ -902,7 +902,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@c5869534c19e51eb7ffd05b2e73312a82d7e3a74 # stable action on December 18 2023
with:
ref: ${{ needs.get_solana_sha.outputs.sha }}

Expand Down

0 comments on commit 7b47d11

Please sign in to comment.