From 7507fa1f2b708354e934119f4b467ad8e930fc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 23:28:35 +0000 Subject: [PATCH] Bump actions/labeler from 4.1.0 to 4.3.0 Bumps [actions/labeler](https://github.com/actions/labeler) from 4.1.0 to 4.3.0. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/4.1.0...v4.3.0) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-labels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index b630091..00f8da0 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Apply Labels - uses: actions/labeler@4.1.0 + uses: actions/labeler@v4.3.0 with: configuration-path: .github/labeler-pr-triage.yml repo-token: ${{ secrets.GITHUB_TOKEN }} @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Apply needs-triage Label - uses: actions/labeler@4.1.0 + uses: actions/labeler@v4.3.0 if: github.event.action == 'opened' && env.IN_MAINTAINER_LIST == 'false' && github.actor != 'dependabot[bot]' with: configuration-path: .github/labeler-pr-needs-triage.yml