Revert "chore(deps): update actions/labeler action to v5" (#1043)

This commit is contained in:
Shohei Ueda 2023-12-14 11:31:46 +09:00 committed by GitHub
parent 6cdec55d3f
commit 6b2414c9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,6 @@ jobs:
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
# https://github.com/actions/labeler # https://github.com/actions/labeler
- uses: actions/labeler@v5 - uses: actions/labeler@v4
with: with:
repo-token: "${{ steps.app.outputs.token }}" repo-token: "${{ steps.app.outputs.token }}"