From 1370c5c78a616f4fc206bf26558de68a893ad7e1 Mon Sep 17 00:00:00 2001 From: buildpack-bot Date: Mon, 26 Feb 2024 05:03:31 +0000 Subject: [PATCH] Bump pipeline from 1.36.5 to 1.36.5 Bumps pipeline from 1.36.5 to 1.36.5. 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 767ff02..75ea2ac 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@v5 + - uses: mheap/github-action-required-labels@v4 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@v5 + - uses: mheap/github-action-required-labels@v4 with: count: 1 labels: type:bug, type:dependency-upgrade, type:documentation, type:enhancement, type:question, type:task