From 23f69baad981790649f50e10f57b4af5d1947540 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:51:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 8ff8705..2a36701 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -29,7 +29,7 @@ jobs: # Cleanup & Install dependencies - run: make clean - - uses: actions/cache@v2 + - uses: actions/cache@v6 with: path: | ~/go/pkg/mod