From b69119f84beda61533e83c384325a61206ad87d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:12:06 +0000 Subject: [PATCH] Bump actions/labeler from v2 to v3 Bumps [actions/labeler](https://github.com/actions/labeler) from v2 to v3. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v2...9794b1493b6f1fa7b006c5f8635a19c76c98be95) Signed-off-by: dependabot[bot] --- .github/workflows/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 163862b73..2f232578e 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,6 +7,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v2 + - uses: actions/labeler@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file