From 46e3d0f1e473622da6bcc1c71a10d2a8b6da8713 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 13 Jan 2023 05:08:09 +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