From 90c5112051ca97a7add73b5a70132c74be4fceee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:57:36 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 29df9a6..a0f17ca 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -89,7 +89,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Cache go module - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cache/go-build