Skip to content

Commit

Permalink
CI: bump cln to v24.08.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Nov 19, 2024
1 parent aa82d66 commit d34fb1f
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: breez/lightning
repository: ElementsProject/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.3-beta'
CLIENT_REF: 'v0.17.5-breez-3'
GO_VERSION: '^1.21.4'
CLN_VERSION: 'cln-breez-v24.08.1'
CLN_VERSION: 'v24.08.2'

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

0 comments on commit d34fb1f

Please sign in to comment.