From 48dc2df3a88c33534f67e1a090ac0cb43b752483 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 8 Jul 2022 20:43:45 +0000 Subject: [PATCH] Bump pipeline from 1.21.3 to 1.21.4 Bumps pipeline from 1.21.3 to 1.21.4. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/create-package.yml | 4 ++-- .github/workflows/minimal-labels.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index bae5c7f..20a1265 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.21.3 +1.21.4 diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index aa7c128..a1ff86a 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -44,7 +44,7 @@ jobs: "https://github.com/google/go-containerregistry/releases/download/v${CRANE_VERSION}/go-containerregistry_Linux_x86_64.tar.gz" \ | tar -C "${HOME}/bin" -xz crane env: - CRANE_VERSION: 0.8.0 + CRANE_VERSION: 0.10.0 - name: Install pack run: | #!/usr/bin/env bash @@ -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.24.0 + PACK_VERSION: 0.27.0 - name: Enable pack Experimental if: ${{ false }} run: | diff --git a/.github/workflows/minimal-labels.yml b/.github/workflows/minimal-labels.yml index 1bb1fd6..8f4aab5 100644 --- a/.github/workflows/minimal-labels.yml +++ b/.github/workflows/minimal-labels.yml @@ -12,7 +12,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: mheap/github-action-required-labels@v1 + - uses: mheap/github-action-required-labels@v2 with: count: 1 labels: semver:major, semver:minor, semver:patch @@ -22,7 +22,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: mheap/github-action-required-labels@v1 + - uses: mheap/github-action-required-labels@v2 with: count: 1 labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 318effc..26da1c1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,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.24.0 + PACK_VERSION: 0.27.0 - name: Enable pack Experimental if: ${{ false }} run: |