From 056f4fa989cbc750e73a4ac34ec20e52f23c85c2 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Wed, 27 Mar 2024 05:03:45 +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 ed79b3d..21fb6db 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"