From dec0bf0286b09bc1b0c29773630ae2d998140d5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 Jun 2026 18:42:10 +0000 Subject: [PATCH] chore: sync workflow templates from Workflows repo Automated sync from stranske/Workflows Template hash: eaf8a4b7c51b Changes synced from sync-manifest.yml --- .github/actions/artifact-cache/action.yml | 2 +- .github/workflows/agents-auto-pilot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/artifact-cache/action.yml b/.github/actions/artifact-cache/action.yml index 0e14827d..d4e65f35 100644 --- a/.github/actions/artifact-cache/action.yml +++ b/.github/actions/artifact-cache/action.yml @@ -59,7 +59,7 @@ runs: - name: Restore artifact cache id: restore - uses: actions/cache@v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: ${{ steps.prepare.outputs.artifact-path }} key: ${{ steps.prepare.outputs.cache-key }} diff --git a/.github/workflows/agents-auto-pilot.yml b/.github/workflows/agents-auto-pilot.yml index 280ce348..e4ef43b0 100644 --- a/.github/workflows/agents-auto-pilot.yml +++ b/.github/workflows/agents-auto-pilot.yml @@ -222,7 +222,7 @@ jobs: - name: Cache pip (LLM requirements) if: steps.check_enabled.outputs.enabled == 'true' - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 with: path: | ~/.cache/pip