From d0d352f1e8e17fbe239131b122e2cd2deef033b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 05:32:59 +0000 Subject: [PATCH] Bump TimonVS/pr-labeler-action from 3.1.0 to 5.0.0 Bumps [TimonVS/pr-labeler-action](https://github.com/timonvs/pr-labeler-action) from 3.1.0 to 5.0.0. - [Release notes](https://github.com/timonvs/pr-labeler-action/releases) - [Commits](https://github.com/timonvs/pr-labeler-action/compare/bd0b592a410983316a454e3d48444608f028ec8e...f9c084306ce8b3f488a8f3ee1ccedc6da131d1af) --- updated-dependencies: - dependency-name: TimonVS/pr-labeler-action dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request-opened.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request-opened.yml b/.github/workflows/pull_request-opened.yml index 1d59481..646dc99 100644 --- a/.github/workflows/pull_request-opened.yml +++ b/.github/workflows/pull_request-opened.yml @@ -28,6 +28,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Label the Pull Request - uses: TimonVS/pr-labeler-action@bd0b592a410983316a454e3d48444608f028ec8e + uses: TimonVS/pr-labeler-action@f9c084306ce8b3f488a8f3ee1ccedc6da131d1af env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}