diff --git a/.github/workflows/latest_v23.11.yml b/.github/workflows/latest_v24.08.yml similarity index 63% rename from .github/workflows/latest_v23.11.yml rename to .github/workflows/latest_v24.08.yml index 4a6dfd3..30dfc07 100644 --- a/.github/workflows/latest_v23.11.yml +++ b/.github/workflows/latest_v24.08.yml @@ -1,4 +1,4 @@ -name: latest release on CLN v23.11.2 +name: latest release on CLN v24.08.1 on: release: @@ -9,6 +9,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v23.11.2" - pyln-version: "23.11" + cln-version: "v24.08.1" + pyln-version: "24.08" tagged-release: true \ No newline at end of file diff --git a/.github/workflows/main_v23.11.yml b/.github/workflows/main_v24.08.yml similarity index 80% rename from .github/workflows/main_v23.11.yml rename to .github/workflows/main_v24.08.yml index ca2fba2..3b60ead 100644 --- a/.github/workflows/main_v23.11.yml +++ b/.github/workflows/main_v24.08.yml @@ -1,4 +1,4 @@ -name: main on CLN v23.11.2 +name: main on CLN v24.08.1 on: push: @@ -19,6 +19,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v23.11.2" - pyln-version: "23.11" + cln-version: "v24.08.1" + pyln-version: "24.08" tagged-release: false \ No newline at end of file