Skip to content

Commit 9815ba9

Browse files
📦 Update actions/labeler action to v6
1 parent 55df606 commit 9815ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: startsWith(github.head_ref, 'promote-job-stable') || startsWith(github.head_ref, 'promote-job-beta-experimental-traffic')
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/labeler@v5
13+
- uses: actions/labeler@v6
1414
with:
1515
repo-token: ${{ secrets.ACCESS_TOKEN }}

0 commit comments

Comments
 (0)