From 12d8e6ac1406f625b800ada901464433ede5ea94 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 8 Jul 2022 20:03:40 +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/minimal-labels.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 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/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