From 5dfbbcd99af0f42101353615e636d81842c9952e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 10:07:56 +0000 Subject: [PATCH] ci(global): update actions/cache action to v6 --- .github/actions/init-pnpm/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/init-pnpm/action.yaml b/.github/actions/init-pnpm/action.yaml index accf3f61..7d13334a 100644 --- a/.github/actions/init-pnpm/action.yaml +++ b/.github/actions/init-pnpm/action.yaml @@ -9,7 +9,7 @@ runs: using: composite steps: - name: Cache turbo build - uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }}