From 783b87f72bd31c2caffd0ebb9d4074598eabc7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 01:39:47 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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..e6239c1 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@v5 with: path: ~/.bun/install/cache # Use OS, Bun version, and lockfile hash as the cache key.