Skip to content

Commit

Permalink
Update smartcontractkit/chainlink-solana requirement to 0ed3b2383eee8…
Browse files Browse the repository at this point in the history
…2fadc2300296327faf20bfcbe95

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/0ed3b2383eee82fadc2300296327faf20bfcbe95)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 9029fa6 commit 66bbc2d
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 @@ -788,7 +788,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@0ed3b2383eee82fadc2300296327faf20bfcbe95 # stable action on Oct 12 2022

solana-test-image-exists:
environment: integration
Expand Down Expand Up @@ -852,7 +852,7 @@ jobs:
ref: ${{ needs.get_solana_sha.outputs.sha }}
- name: Build contracts
if: needs.changes.outputs.src == 'true' && needs.solana-test-image-exists.outputs.exists == 'false'
uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@23816fcf7d380a30c87b6d87e4fb0ca94419b259 # stable action on April 17 2023
uses: smartcontractkit/chainlink-solana/.github/actions/build_contract_artifacts@0ed3b2383eee82fadc2300296327faf20bfcbe95 # stable action on April 17 2023
with:
ref: ${{ needs.get_solana_sha.outputs.sha }}

Expand Down

0 comments on commit 66bbc2d

Please sign in to comment.