Skip to content

Commit 2db64a6

Browse files
authored
Merge pull request #57479 from github/repo-sync
Repo sync
2 parents 29b38dc + 315334d commit 2db64a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/actions/how-tos/reuse-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@v5
62+
- uses: actions/labeler@v6
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@v5
102+
- uses: actions/labeler@v6
103103
with:
104104
repo-token: ${{ secrets.token }}
105105
configuration-path: ${{ inputs.config-path }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
actions/github-script@v7
1+
actions/github-script@v8
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
actions/stale@v9
1+
actions/stale@v10

0 commit comments

Comments
 (0)