From b12655b3a48b758b67ccc4ff662ee16ce3e01aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 09:42:48 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 e2fad8168..66d0f8302 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -21,7 +21,7 @@ jobs: go-version-file: go.mod id: go - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.cache/go-build