From 58ab7fdd9257bcae7f09dffd8afd42a20315c5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 08:59:35 -0800 Subject: [PATCH] chore(deps): update github/issue-labeler action to v2.6 (#7409) --- .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 cc93f74d3fe..7b534355263 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -13,7 +13,7 @@ jobs: issues: write # for github/issue-labeler to create or remove labels runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@6ca237433dbbb8e475241b7f38f4600d9e296c57 # tag=v2.5 + - uses: github/issue-labeler@de16e742018d174ccf61d287f6ed31eb48faa64f # v2.6 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issue-labeler.yml