From 881385d06d7175ca202bb36fdcc8641a180c38cd Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Mon, 5 Jun 2023 11:15:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20actions/labeler?= =?UTF-8?q?=20action=20to=20v4.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | actions/labeler | v4.0.4 | v4.1.0 | --- .github/workflows/meta-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-labeler.yml b/.github/workflows/meta-labeler.yml index 4b6316f3d..fabad8337 100644 --- a/.github/workflows/meta-labeler.yml +++ b/.github/workflows/meta-labeler.yml @@ -19,7 +19,7 @@ jobs: private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@0776a679364a9a16110aac8d0f40f5e11009e327 # v4.0.4 + uses: actions/labeler@9fcb2c2f5584144ca754f8bfe8c6f81e77753375 # v4.1.0 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.generate-token.outputs.token }}"