Skip to content

Commit

Permalink
Update smartcontractkit/chainlink-solana requirement to af4cc5ec24773…
Browse files Browse the repository at this point in the history
…7432b92d4a822cf68b71d9a9179

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent f376a12 commit 7e69ae0
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 @@ -991,7 +991,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@af4cc5ec247737432b92d4a822cf68b71d9a9179 # stable action on Oct 12 2022

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

Expand Down

0 comments on commit 7e69ae0

Please sign in to comment.