From 0449cf0ae68cf6ce362af8cc12c4eff2febcf462 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:34:48 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ca6d90..ed06340 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,7 +39,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: cache-go-mod with: path: ~/go/pkg/mod