From eb6a21b6aa922ffbca722b74eafbfb3943114010 Mon Sep 17 00:00:00 2001 From: "pipedrive-renovate[bot]" <143597211+pipedrive-renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:40:48 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3bf2256..4809b00 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-go@v2 with: go-version: 1.16 - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: go-linux-amd64-${{ hashFiles('**/go.sum') }}