From f162715fb8b735c15c6833fd00dac467d66dbdd4 Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Tue, 4 Jun 2024 13:24:44 +0200 Subject: [PATCH] move cln versions up --- .github/workflows/{latest_v23.08.yml => latest_v24.05.yml} | 6 +++--- .github/workflows/{main_v23.08.yml => main_v24.05.yml} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{latest_v23.08.yml => latest_v24.05.yml} (63%) rename .github/workflows/{main_v23.08.yml => main_v24.05.yml} (80%) diff --git a/.github/workflows/latest_v23.08.yml b/.github/workflows/latest_v24.05.yml similarity index 63% rename from .github/workflows/latest_v23.08.yml rename to .github/workflows/latest_v24.05.yml index 0e69824..dfdab60 100644 --- a/.github/workflows/latest_v23.08.yml +++ b/.github/workflows/latest_v24.05.yml @@ -1,4 +1,4 @@ -name: latest release on CLN v23.08.1 +name: latest release on CLN v24.05 on: release: @@ -9,6 +9,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v23.08.1" - pyln-version: "23.08" + cln-version: "v24.05" + pyln-version: "24.05" tagged-release: true \ No newline at end of file diff --git a/.github/workflows/main_v23.08.yml b/.github/workflows/main_v24.05.yml similarity index 80% rename from .github/workflows/main_v23.08.yml rename to .github/workflows/main_v24.05.yml index 823cb5c..7fc1915 100644 --- a/.github/workflows/main_v23.08.yml +++ b/.github/workflows/main_v24.05.yml @@ -1,4 +1,4 @@ -name: main on CLN v23.08.1 +name: main on CLN v24.05 on: push: @@ -19,6 +19,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v23.08.1" - pyln-version: "23.08" + cln-version: "v24.05" + pyln-version: "24.05" tagged-release: false \ No newline at end of file