Skip to content

Commit

Permalink
Update smartcontractkit/chainlink-solana requirement to 26fdcf32ee6fc…
Browse files Browse the repository at this point in the history
…7f759ba0f8d420e33ac0694e2e6

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/26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 6f7e6b8 commit e2a8e29
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 @@ -551,7 +551,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@26fdcf32ee6fc7f759ba0f8d420e33ac0694e2e6 # stable action on Oct 12 2022

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

Expand Down

0 comments on commit e2a8e29

Please sign in to comment.