Skip to content

Commit

Permalink
temp: use updated cln
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Sep 9, 2024
1 parent 3d788dc commit 1bf6328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-clightning/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
if: steps.cache-core-lightning.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: ElementsProject/lightning
repository: breez/lightning
ref: ${{ inputs.checkout-version }}
path: lightning_git

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
LSP_REF: 'breez-node-v0.18.2-beta'
CLIENT_REF: 'v0.17.5-breez-3'
GO_VERSION: '^1.21.4'
CLN_VERSION: 'v24.08'
CLN_VERSION: 'cln-v24.08-breez'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 1bf6328

Please sign in to comment.