From ab8cf658545361b29fe4074c311cc96cd0e4f01c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:03:51 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 14d0ce4..4f06d59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/go/pkg/mod # Module download cache