We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ce5e6 commit 1640dfbCopy full SHA for 1640dfb
1 file changed
.github/workflows/droid.yml
@@ -29,11 +29,11 @@ jobs:
29
actions: read
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
with:
34
fetch-depth: 1
35
36
- name: Run Droid Exec
37
- uses: Factory-AI/droid-action@v3
+ uses: Factory-AI/droid-action@v4
38
39
factory_api_key: ${{ secrets.FACTORY_API_KEY }}
0 commit comments