This is an automated email from the ASF dual-hosted git repository.
abhishekrb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 7f23b5dc58b Update labeler from v5 to v6(#19130)
7f23b5dc58b is described below
commit 7f23b5dc58b29f2a2ab55a7d968ce28d98c8accc
Author: Andreas Maechler <[email protected]>
AuthorDate: Wed Mar 11 22:58:50 2026 -0600
Update labeler from v5 to v6(#19130)
Updates the labeler GH action from v5 to v6 to get rid of the deprecated
node v20 warnings in the GH action runs.
---
.github/workflows/labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 4c6c1867583..c83d4d77e3f 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -32,6 +32,6 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v5
+ - uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]