From 23fe1dea47904fa53f32d970570aee2f9da35a4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:31:52 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80022f75..09e13bf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,7 +64,7 @@ jobs: type=ref,event=branch - name: Cache buildkit - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -124,7 +124,7 @@ jobs: type=ref,event=branch - name: Cache buildkit - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |