From bdfcd796e3fe70709364ce942d468fc9c99bbe47 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 27 Mar 2024 05:09:27 +0000 Subject: [PATCH] Bump pipeline from 1.36.6 to 1.37.2 Bumps pipeline from 1.36.6 to 1.37.2. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pipeline-version | 2 +- .github/workflows/pb-update-pipeline.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index f5b8b23..bbb542a 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.36.6 +1.37.2 diff --git a/.github/workflows/pb-update-pipeline.yml b/.github/workflows/pb-update-pipeline.yml index a80569f..acb5ab7 100644 --- a/.github/workflows/pb-update-pipeline.yml +++ b/.github/workflows/pb-update-pipeline.yml @@ -55,6 +55,9 @@ jobs: ) git add .github/ + git add .gitignore + git add scripts/build.sh + git checkout -- . echo "old-version=${OLD_VERSION}" >> "$GITHUB_OUTPUT"