Skip to content

Commit

Permalink
Bump pipeline from 1.36.6 to 1.37.5
Browse files Browse the repository at this point in the history
Bumps pipeline from 1.36.6 to 1.37.5.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
buildpack-bot authored and github-actions[bot] committed Apr 2, 2024
1 parent 91e821c commit 5a1ffe9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/pipeline-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.36.6
1.37.5
6 changes: 6 additions & 0 deletions .github/workflows/pb-update-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a1ffe9

Please sign in to comment.