From 130cffa782a2ed24bb29ec9f83a7261ff31454a1 Mon Sep 17 00:00:00 2001 From: "dreadnode-renovate-bot[bot]" <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 00:16:34 +0000 Subject: [PATCH] chore(deps): update actions/labeler action to v6 | datasource | package | from | to | | ----------- | --------------- | ------ | ------ | | github-tags | actions/labeler | v5.0.0 | v6.0.1 | --- .github/workflows/meta-labeler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meta-labeler.yaml b/.github/workflows/meta-labeler.yaml index 852b8d0..6e9f70a 100644 --- a/.github/workflows/meta-labeler.yaml +++ b/.github/workflows/meta-labeler.yaml @@ -24,7 +24,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Labeler - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 + uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 with: configuration-path: .github/labeler.yaml repo-token: "${{ steps.app-token.outputs.token }}"