From f3f7fd28fbd4dd717884840ab9f75bc1b8cf27c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 10:50:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .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 1d8d814..1e85a4e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,7 +32,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: cache-go-mod with: path: ~/go/pkg/mod