Skip to content

Commit

Permalink
.github/actions: commit sha from local chainlink-ccip
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Aug 14, 2024
1 parent a12828c commit 3349e8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
go-version: ['1.22.5']
steps:
- name: Checkout the repo
- name: Checkout the chainlink-ccip repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Expand All @@ -32,10 +32,10 @@ jobs:
cd ccip
git fetch
git checkout ccip-develop
- name: Update chainlink-ccip dependency in ccip
- name: Update the chainlink-ccip dependency in ccip
run: |
cd ccip
go get github.com/smartcontractkit/chainlink-ccip@${{ github.event.pull_request.head.sha }}
go get github.com/smartcontractkit/chainlink-ccip@$(git -C ../chainlink-ccip rev-parse HEAD)
make gomodtidy
- name: Setup Postgres
uses: ./.github/actions/setup-postgres
Expand Down

0 comments on commit 3349e8c

Please sign in to comment.