From 3af1baabab83dd0467c76144c80a77bb22e39edb Mon Sep 17 00:00:00 2001 From: Shpend Nila Date: Mon, 3 Aug 2026 17:29:11 +0200 Subject: [PATCH] [team-devex#546] Swap actions/cache for step-security/runs-on-cache Drop-in replacement (same inputs/outputs, actions/cache@v5 interface): S3-backed cache on runs-on runners, transparent fallback to the default GitHub cache backend when no bucket is available, so GitHub-hosted jobs are unaffected. Pin matches the org-wide canonical (v5.0.7), already used at 209 sites across 50+ repos. with: blocks are unchanged. Co-Authored-By: Claude Fable 5 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c92cb28..bfbf407 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -76,7 +76,7 @@ jobs: elixir-version: ${{ matrix.elixir }} otp-version: ${{ matrix.otp }} - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: step-security/runs-on-cache@c5b0cba15d05488ebc630ad8d1e95b3d9b35ac73 # v5.0.7 with: path: | deps