From 8db6d19b1722190e1467b4e409e58662874851fd Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Tue, 15 Feb 2022 05:13:27 +0000 Subject: [PATCH] Bump pipeline from 1.18.0 to 1.19.0 Bumps pipeline from 1.18.0 to 1.19.0. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/create-package.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 84cc529..815d5ca 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.18.0 +1.19.0 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index bcdf790..14d2c70 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -63,7 +63,7 @@ jobs: "https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \ | tar -C "${HOME}"/bin -xz pack env: - PACK_VERSION: 0.23.0 + PACK_VERSION: 0.24.0 - name: Enable pack Experimental if: ${{ false }} run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad391f2..fea520a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: "https://github.com/buildpacks/pack/releases/download/v${PACK_VERSION}/pack-v${PACK_VERSION}-linux.tgz" \ | tar -C "${HOME}"/bin -xz pack env: - PACK_VERSION: 0.23.0 + PACK_VERSION: 0.24.0 - name: Enable pack Experimental if: ${{ false }} run: |