From 357878091035e0a5e1abec4f5a402b8f3b7a9673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:34:06 +0000 Subject: [PATCH] chore(deps): bump Factory-AI/droid-action from 5 to 6 Bumps [Factory-AI/droid-action](https://github.com/factory-ai/droid-action) from 5 to 6. - [Release notes](https://github.com/factory-ai/droid-action/releases) - [Commits](https://github.com/factory-ai/droid-action/compare/v5...v6) --- updated-dependencies: - dependency-name: Factory-AI/droid-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/droid-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/droid-review.yml b/.github/workflows/droid-review.yml index 0618932..b15c234 100644 --- a/.github/workflows/droid-review.yml +++ b/.github/workflows/droid-review.yml @@ -51,7 +51,7 @@ jobs: - name: Run Droid Auto Review (internal) if: github.event_name == 'pull_request' && steps.check_internal.outputs.is_internal == 'true' - uses: Factory-AI/droid-action@v5 + uses: Factory-AI/droid-action@v6 with: factory_api_key: ${{ secrets.FACTORY_API_KEY }} automatic_review: true