Skip to content

Commit

Permalink
Update smartcontractkit/chainlink-solana requirement to 33b485eeeb365…
Browse files Browse the repository at this point in the history
…50b0404874d8832789d85bc65d4

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/33b485eeeb36550b0404874d8832789d85bc65d4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent dd333e9 commit c9ac634
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 @@ -911,7 +911,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@33b485eeeb36550b0404874d8832789d85bc65d4 # stable action on Oct 12 2022

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

Expand Down

0 comments on commit c9ac634

Please sign in to comment.