From f4e4b584e3116ca4a1b885042a0eeb7139d92d38 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:21:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42211d89..f8f97aec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,7 +210,7 @@ jobs: - uses: actions/checkout@v7 - name: Check cache for patched tools - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/bin key: patched-tools-bin-${{ hashFiles('examples/common/install-patched-tools') }}