From e682760c42eaa25acaf768384926206705da1781 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Wed, 28 Feb 2024 19:05:28 +0000 Subject: [PATCH] Bump pipeline from 1.36.5 to 1.36.6 Bumps pipeline from 1.36.5 to 1.36.6. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/pipeline-version | 2 +- .github/workflows/pb-tests.yml | 22 +++------------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index f2fb3d7b..f5b8b23d 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.36.5 +1.36.6 diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 32f14eb6..b8636735 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -31,25 +31,9 @@ jobs: set -euo pipefail go install -ldflags="-s -w" github.com/paketo-buildpacks/libpak/cmd/create-package@latest - - name: Install pack - run: | - #!/usr/bin/env bash - - set -euo pipefail - - echo "Installing pack ${PACK_VERSION}" - - mkdir -p "${HOME}"/bin - echo "${HOME}/bin" >> "${GITHUB_PATH}" - - curl \ - --location \ - --show-error \ - --silent \ - "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.32.1 + - uses: buildpacks/github-actions/setup-pack@v5.5.3 + with: + pack-version: 0.33.2 - name: Enable pack Experimental if: ${{ false }} run: |