From 83a6d7ee5fc214e167b387c1776f7a34a3a4721f Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Fri, 6 Mar 2026 11:48:15 -0500 Subject: [PATCH] Update actions in droid workflow --- .github/workflows/droid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/droid.yml b/.github/workflows/droid.yml index c034f4c..255116c 100644 --- a/.github/workflows/droid.yml +++ b/.github/workflows/droid.yml @@ -29,11 +29,11 @@ jobs: actions: read steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1 - name: Run Droid Exec - uses: Factory-AI/droid-action@v3 + uses: Factory-AI/droid-action@v4 with: factory_api_key: ${{ secrets.FACTORY_API_KEY }}