Skip to content

Commit f2812ee

Browse files
docs: bump actions/labeler GitHub Actions
1 parent 2228d11 commit f2812ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/actions/how-tos/sharing-automations/reuse-workflows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can define inputs and secrets, which can be passed from the caller workflow
5959
reusable_workflow_job:
6060
runs-on: ubuntu-latest
6161
steps:
62-
- uses: actions/labeler@v4
62+
- uses: actions/labeler@v5
6363
with:
6464
repo-token: ${{ secrets.personal_access_token }}
6565
configuration-path: ${{ inputs.config-path }}
@@ -99,7 +99,7 @@ jobs:
9999
triage:
100100
runs-on: ubuntu-latest
101101
steps:
102-
- uses: actions/labeler@v4
102+
- uses: actions/labeler@v5
103103
with:
104104
repo-token: ${{ secrets.token }}
105105
configuration-path: ${{ inputs.config-path }}

0 commit comments

Comments
 (0)