From 700227a20bb2d5dd5343ecff10f8d8d50e392ef5 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:18:14 +0000 Subject: [PATCH] feat(github-action)!: Update actions/labeler action to v5 | datasource | package | from | to | | ----------- | --------------- | ---- | -- | | github-tags | actions/labeler | v4 | v5 | --- .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 751e3b3e..48303023 100644 --- a/.github/workflows/meta-labeler.yml +++ b/.github/workflows/meta-labeler.yml @@ -18,7 +18,7 @@ jobs: app_id: "${{ secrets.BOT_APP_ID }}" private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.generate-token.outputs.token }}"