From 4f40bdd684e49e4cfcfaf5959af36847272246bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 14:14:10 +0000 Subject: [PATCH] chore(deps): bump Factory-AI/droid-action from 6 to 7 Bumps [Factory-AI/droid-action](https://github.com/factory-ai/droid-action) from 6 to 7. - [Release notes](https://github.com/factory-ai/droid-action/releases) - [Commits](https://github.com/factory-ai/droid-action/compare/v6...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 4f5753f..574a05c 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@v6 + uses: Factory-AI/droid-action@v7 with: factory_api_key: ${{ secrets.FACTORY_API_KEY }} automatic_review: true