From d295ecc6013bc6c7ac673171fd6319cdcdcaf9ba Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 15 Aug 2022 16:41:45 +0000 Subject: [PATCH] Bump pipeline from 1.23.0 to 1.24.0 Bumps pipeline from 1.23.0 to 1.24.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/update-pipeline.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index a6c2798a..53cc1a6f 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.23.0 +1.24.0 diff --git a/.github/workflows/update-pipeline.yml b/.github/workflows/update-pipeline.yml index df210369..b0bf8c20 100644 --- a/.github/workflows/update-pipeline.yml +++ b/.github/workflows/update-pipeline.yml @@ -38,6 +38,7 @@ jobs: OLD_VERSION="0.0.0" fi + rm .github/workflows/* || true octo --descriptor "${DESCRIPTOR}" PAYLOAD=$(gh api /repos/paketo-buildpacks/pipeline-builder/releases/latest)