From bbac4dae8e055e30b96df1e7a953c01325aceca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 02:10:50 +0000 Subject: [PATCH] Bump TimonVS/pr-labeler-action from 3.1.0 to 4.0.0 Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/TimonVS/pr-labeler-action/releases) - [Commits](https://github.com/TimonVS/pr-labeler-action/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: TimonVS/pr-labeler-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 807978406f..47e6eb10c3 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.head.repo.full_name == github.repository steps: - - uses: TimonVS/pr-labeler-action@v3.1.0 + - uses: TimonVS/pr-labeler-action@v4.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}