From 4584a3271c6117d5d26b5349caa08db680d73a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:53:54 +0100 Subject: [PATCH] build(deps): Bump TimonVS/pr-labeler-action from 4 to 5 (#15) Bumps [TimonVS/pr-labeler-action](https://github.com/timonvs/pr-labeler-action) from 4 to 5. - [Release notes](https://github.com/timonvs/pr-labeler-action/releases) - [Commits](https://github.com/timonvs/pr-labeler-action/compare/v4...v5) --- updated-dependencies: - dependency-name: TimonVS/pr-labeler-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_request_labels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_labels.yaml b/.github/workflows/pull_request_labels.yaml index 0da857a..af1c4cd 100644 --- a/.github/workflows/pull_request_labels.yaml +++ b/.github/workflows/pull_request_labels.yaml @@ -18,6 +18,6 @@ jobs: contents: read pull-requests: write steps: - - uses: TimonVS/pr-labeler-action@v4 + - uses: TimonVS/pr-labeler-action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}