diff --git a/.github/workflows/capture-learnings.yaml b/.github/workflows/capture-learnings.yaml index 09f4e4330..16cb60b36 100644 --- a/.github/workflows/capture-learnings.yaml +++ b/.github/workflows/capture-learnings.yaml @@ -86,7 +86,7 @@ jobs: # in the deterministic open step under the App token. - name: 🤖 Author proposal bodies id: agent - uses: fro-bot/agent@07d86219c3803e7cd55d70177dd25c51736783d4 # v0.76.0 + uses: fro-bot/agent@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 env: CAPTURE_LEARNINGS_DIGEST_PATH: ${{ runner.temp }}/capture-learnings-digest.json TASK_PROMPT: | diff --git a/.github/workflows/fro-bot.yaml b/.github/workflows/fro-bot.yaml index 15a72d6ba..1fed0bbc0 100644 --- a/.github/workflows/fro-bot.yaml +++ b/.github/workflows/fro-bot.yaml @@ -390,7 +390,7 @@ jobs: - name: Run Fro Bot id: fro-bot-agent - uses: fro-bot/agent@07d86219c3803e7cd55d70177dd25c51736783d4 # v0.76.0 + uses: fro-bot/agent@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 env: OPENCODE_PROMPT_ARTIFACT: 'true' PERSONA: ${{ steps.persona.outputs.content }} diff --git a/.github/workflows/survey-repo.yaml b/.github/workflows/survey-repo.yaml index a13441eca..d9264c59e 100644 --- a/.github/workflows/survey-repo.yaml +++ b/.github/workflows/survey-repo.yaml @@ -196,7 +196,7 @@ jobs: - name: Run Fro Bot survey ingest id: survey-agent - uses: fro-bot/agent@07d86219c3803e7cd55d70177dd25c51736783d4 # v0.76.0 + uses: fro-bot/agent@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 with: github-token: ${{ secrets.FRO_BOT_POLL_PAT }} auth-json: ${{ secrets.OPENCODE_AUTH_JSON }}