From 810c40547dcb8eb0476425bc38b6029b6de59cd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 19:58:53 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to 27d5ce7 --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index e153c46..01263d5 100644 --- a/action.yaml +++ b/action.yaml @@ -476,14 +476,14 @@ runs: GH_TOKEN: ${{ inputs.github_token }} - name: Cache opencode - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: ~/.opencode/bin # yamllint disable-line rule:line-length key: opencode-${{ runner.os }}-${{ runner.arch }}-${{ steps.version.outputs.opencode }} - name: Cache bun - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: ~/.bun/install/cache # yamllint disable-line rule:line-length