From 6b2414c9be03e297ea0b7fd8102b0392d6ca77fb Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:31:46 +0900 Subject: [PATCH] Revert "chore(deps): update actions/labeler action to v5" (#1043) --- .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 370e871..f22b67f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -17,6 +17,6 @@ jobs: private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} # https://github.com/actions/labeler - - uses: actions/labeler@v5 + - uses: actions/labeler@v4 with: repo-token: "${{ steps.app.outputs.token }}"