From ae681e3d882cc193159edc647f33762c2b7bd0e3 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 1 Feb 2023 03:38:46 +0000 Subject: [PATCH] Bump pipeline from 1.29.0 to 1.30.0 Bumps pipeline from 1.29.0 to 1.30.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/pb-create-package.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 5e57fb89..034552a8 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.29.0 +1.30.0 diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index f5b7c976..d9b4706a 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -227,5 +227,5 @@ jobs: with: address: docker.io/paketobuildpacks/java-azure@${{ steps.package.outputs.digest }} id: paketo-buildpacks/java-azure - token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN } + token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} version: ${{ steps.version.outputs.version }}