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.