diff --git a/content/actions/how-tos/reuse-automations/reuse-workflows.md b/content/actions/how-tos/reuse-automations/reuse-workflows.md index c2eeb112455b..8f93cbb255f6 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@v4 + - uses: actions/labeler@v5 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@v4 + - uses: actions/labeler@v5 with: repo-token: ${{ secrets.token }} configuration-path: ${{ inputs.config-path }}