From 07287dd4cfc622f5e1ecd9e2d4153086b155f300 Mon Sep 17 00:00:00 2001 From: "mrbro-bot[bot]" <137683033+mrbro-bot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:43:52 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 a4e8945..98a5a42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: cache: true - name: Cache bun install - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.bun/install/cache key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}