From 1fab500a16976458a8fe1383ce093c363aa258cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:06:37 +0000 Subject: [PATCH] Update github/issue-labeler action to v3 --- .github/workflows/issue_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 62f9c1fc27..738297acc6 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -13,7 +13,7 @@ jobs: name: Triage runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.6 + - uses: github/issue-labeler@v3.2 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' configuration-path: '.github/issue-labeler.yml'