From ec498f46e1555cec48f0dcf1fb54ebc9aa6e799b Mon Sep 17 00:00:00 2001 From: "cultureamp-renovate[bot]" <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:49:31 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8731cb..f34d97b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v6 - name: Cache modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: go-mod-${{ hashFiles('**/go.sum') }}