From 1bcad7e9afb8913a9dea8c6a2b6493e714a7fbc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:10:58 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 8214ab2b..d4eff8a5 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -21,7 +21,7 @@ jobs: bun-version: 1.3.14 - name: Cache dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.bun/install/cache key: ${{ runner.os }}-bun-${{ hashFiles('./webapp/bun.lock') }}