[Python-checkins] build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306)

hugovk webhook-mailer at python.org
Sat Jul 1 06:24:01 EDT 2023


https://github.com/python/cpython/commit/d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b
commit: d3abc9b5165eee7dbe24f8f081c0739e6ad3ef3b
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-07-01T13:23:57+03:00
summary:

build(deps): bump mheap/github-action-required-labels from 4 to 5 (#106306)

Bumps [mheap/github-action-required-labels](https://github.com/mheap/github-action-required-labels) from 4 to 5.
- [Release notes](https://github.com/mheap/github-action-required-labels/releases)
- [Commits](https://github.com/mheap/github-action-required-labels/compare/v4...v5)

---
updated-dependencies:
- dependency-name: mheap/github-action-required-labels
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support at github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

files:
M .github/workflows/require-pr-label.yml

diff --git a/.github/workflows/require-pr-label.yml b/.github/workflows/require-pr-label.yml
index 88aaea039f04f..9327b43ae0271 100644
--- a/.github/workflows/require-pr-label.yml
+++ b/.github/workflows/require-pr-label.yml
@@ -15,7 +15,7 @@ jobs:
     timeout-minutes: 10
 
     steps:
-      - uses: mheap/github-action-required-labels at v4
+      - uses: mheap/github-action-required-labels at v5
         with:
           mode: exactly
           count: 0



More information about the Python-checkins mailing list