diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 5046b0c82..4bfef594d 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -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 }}"