Bump pipeline from 1.36.6 to 1.37.5

Bumps pipeline from 1.36.6 to 1.37.5.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
buildpack-bot 2024-04-02 05:03:02 +00:00 committed by github-actions[bot]
parent 91e821cb5c
commit 5a1ffe9e4a
2 changed files with 7 additions and 1 deletions

View File

@ -1 +1 @@
1.36.6
1.37.5

View File

@ -55,6 +55,12 @@ jobs:
)
git add .github/
git add .gitignore
if [ -f scripts/build.sh ]; then
git add scripts/build.sh
fi
git checkout -- .
echo "old-version=${OLD_VERSION}" >> "$GITHUB_OUTPUT"