From 7fbbd62e6ebafde1a04db3481a2654d9fabee031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:17:56 +0000 Subject: [PATCH] build(deps): bump TimonVS/pr-labeler-action from 4.1.1 to 5.0.0 (#4) Bumps [TimonVS/pr-labeler-action](https://github.com/timonvs/pr-labeler-action) from 4.1.1 to 5.0.0. - [Release notes](https://github.com/timonvs/pr-labeler-action/releases) - [Commits](https://github.com/timonvs/pr-labeler-action/compare/v4.1.1...v5.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/labeller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index f5ad284..dc709e2 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: true with: repo-token: ${{ secrets.AUTO_MERGE_TOKEN }} - - uses: TimonVS/pr-labeler-action@v4.1.1 + - uses: TimonVS/pr-labeler-action@v5.0.0 continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}