From 19711d35b22b0190bf8f8f73176298f779e4d4ac Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Wed, 13 Jan 2021 04:16:07 +0100 Subject: [PATCH] Update `actions/labeler` to use `v3` version (#4730) --- .github/workflows/auto_labeler_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml index 7f26d9dff..6c08dec9c 100644 --- a/.github/workflows/auto_labeler_pr.yml +++ b/.github/workflows/auto_labeler_pr.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Apply Type Label - uses: actions/labeler@v2 + uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"