From 4b3d43f3cfb4e92124a9c9b9a9aa3ac0785d5c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:02:57 +0000 Subject: [PATCH] Bump TimonVS/pr-labeler-action from 3 to 4 Bumps [TimonVS/pr-labeler-action](https://github.com/TimonVS/pr-labeler-action) from 3 to 4. - [Release notes](https://github.com/TimonVS/pr-labeler-action/releases) - [Commits](https://github.com/TimonVS/pr-labeler-action/compare/v3...v4) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82a233bc..dfc0c199 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.head_ref }} - name: Label PR if: github.event_name == 'pull_request' - uses: TimonVS/pr-labeler-action@v3 + uses: TimonVS/pr-labeler-action@v4 env: GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }} - name: Setup Scala