From 138ba5aea34ed9028e15f15da1bf58ec80189d33 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 23 Jan 2023 05:07:54 +0000 Subject: [PATCH] Bump pipeline from 1.29.0 to 1.29.0 Bumps pipeline from 1.29.0 to 1.29.0. Signed-off-by: GitHub --- .github/workflows/pb-minimal-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pb-minimal-labels.yml b/.github/workflows/pb-minimal-labels.yml index 39c568eb..8f4aab50 100644 --- a/.github/workflows/pb-minimal-labels.yml +++ b/.github/workflows/pb-minimal-labels.yml @@ -12,7 +12,7 @@ jobs: runs-on: - ubuntu-latest steps: - - uses: mheap/github-action-required-labels@v3 + - 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@v3 + - uses: mheap/github-action-required-labels@v2 with: count: 1 labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task