From 54f8e973222c4d5978b08f1bdec82a941054c08e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 10:46:54 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/reusable-continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-continuous-delivery.yml b/.github/workflows/reusable-continuous-delivery.yml index 88c877d..2966cdf 100644 --- a/.github/workflows/reusable-continuous-delivery.yml +++ b/.github/workflows/reusable-continuous-delivery.yml @@ -108,7 +108,7 @@ jobs: - name: Cache Bun Dependencies id: bun-cache - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.bun/install/cache # Use OS, Bun version, and lockfile hash as the cache key.