From 17468c965406a7371893666b1f77e43929c402c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:48:55 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/build-with-patches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-patches.yml b/.github/workflows/build-with-patches.yml index ee4bbd44436..6bab3fea747 100644 --- a/.github/workflows/build-with-patches.yml +++ b/.github/workflows/build-with-patches.yml @@ -56,7 +56,7 @@ jobs: with: go-version-file: act/go.mod - uses: docker/setup-qemu-action@v2 - - uses: actions/cache@v3 + - uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}