From 095c67f3f66b9cf58064e58657ca3879da818c20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:28:37 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#145) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4645f69..daa5162 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: go-version: ${{ matrix.go }} - name: Setup go module cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.cache/go-build