From d8bf9f86a368a8da67f774eb9797dd2fa9059132 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:37:13 +0900 Subject: [PATCH] chore(deps): update actions/labeler action to v5 (#1039) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 f22b67f4f..370e87185 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@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ steps.app.outputs.token }}"