From a8ee51a729e70a4757e1315e6bc646e5f6c5a376 Mon Sep 17 00:00:00 2001 From: "fro-bot[bot]" <109017866+fro-bot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 04:38:18 +0000 Subject: [PATCH] chore(deps): update GitHub Actions --- .github/actions/setup/action.yaml | 2 +- .github/workflows/capture-learnings.yaml | 2 +- .github/workflows/fro-bot.yaml | 2 +- .github/workflows/survey-repo.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index 02eb6d19a..5f5f1b182 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -39,7 +39,7 @@ runs: shell: 'bash -Eeuo pipefail {0}' - name: Restore pnpm store cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 with: key: ${{ steps.configure-cache.outputs.key }} path: ${{ steps.configure-cache.outputs.path }} diff --git a/.github/workflows/capture-learnings.yaml b/.github/workflows/capture-learnings.yaml index 16cb60b36..04132fe52 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@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 + uses: fro-bot/agent@720b72169446b01bbc4042834ab948d4e3cef8d0 # v0.79.1 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 1fed0bbc0..e77a606a4 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@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 + uses: fro-bot/agent@720b72169446b01bbc4042834ab948d4e3cef8d0 # v0.79.1 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 d9264c59e..579dfc867 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@f51adbd546b94721ab75ea21b6a91118131e6b46 # v0.77.0 + uses: fro-bot/agent@720b72169446b01bbc4042834ab948d4e3cef8d0 # v0.79.1 with: github-token: ${{ secrets.FRO_BOT_POLL_PAT }} auth-json: ${{ secrets.OPENCODE_AUTH_JSON }}