From 25417f4709a8e4bd5d77952fa1ecc5d64e559072 Mon Sep 17 00:00:00 2001 From: JamBalaya56562 Date: Mon, 8 Sep 2025 13:46:36 +0900 Subject: [PATCH] docs: bump `actions/labeler` from 5 to 6 --- content/actions/how-tos/reuse-automations/reuse-workflows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/how-tos/reuse-automations/reuse-workflows.md b/content/actions/how-tos/reuse-automations/reuse-workflows.md index 8f93cbb255f6..699a9d92f750 100644 --- a/content/actions/how-tos/reuse-automations/reuse-workflows.md +++ b/content/actions/how-tos/reuse-automations/reuse-workflows.md @@ -59,7 +59,7 @@ You can define inputs and secrets, which can be passed from the caller workflow reusable_workflow_job: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: ${{ secrets.personal_access_token }} configuration-path: ${{ inputs.config-path }} @@ -99,7 +99,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - uses: actions/labeler@v6 with: repo-token: ${{ secrets.token }} configuration-path: ${{ inputs.config-path }}