From 03b82a3d10b8d6849e84e19c4da961e09733c1be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:44:04 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-github-labeler action to v6 --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 00c66758..22087b60 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -34,6 +34,6 @@ jobs: uses: actions/checkout@v6 - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5 + uses: crazy-max/ghaction-github-labeler@v6 with: dry-run: ${{ github.event_name == 'pull_request' }}