From e9038f8da34f80bef9b17f3455586975f9c905aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 17:34:58 +0000 Subject: [PATCH] chore(deps): bump Factory-AI/droid-action from 5 to 7 Bumps [Factory-AI/droid-action](https://github.com/factory-ai/droid-action) from 5 to 7. - [Release notes](https://github.com/factory-ai/droid-action/releases) - [Commits](https://github.com/factory-ai/droid-action/compare/v5...v7) --- updated-dependencies: - dependency-name: Factory-AI/droid-action dependency-version: '7' 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..3c724f9 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@v7 with: factory_api_key: ${{ secrets.FACTORY_API_KEY }} automatic_review: true