From e97007c76b384db6a52584a8ffc9be7d1f1621ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 12:10:01 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 776c4b8..96b1dcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: go-version: "1.27.0" - name: Cache Go modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cache/go-build