From 38c831e1fefc74a697e0e69925c4a12f6484ecf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:17:56 +0000 Subject: [PATCH] chore(deps): bump TimonVS/pr-labeler-action from 4 to 5 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] --- .github/workflows/pr_automation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_automation.yaml b/.github/workflows/pr_automation.yaml index 902e93e..7a481c0 100644 --- a/.github/workflows/pr_automation.yaml +++ b/.github/workflows/pr_automation.yaml @@ -31,6 +31,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 }}