From 7ebfac9dc2ad2e4a2f2100251d844d6bca839c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:51:10 +0000 Subject: [PATCH] Bump actions/cache from 2 to 3.0.1 (#89) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9ccf758..b47d73c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -75,7 +75,7 @@ jobs: # Docs: with: {fetch-depth: 2} # Fixes codecov error 'Issue detecting commit SHA' - name: Go modules Cache # Docs: - uses: actions/cache@v2 + uses: actions/cache@v3 id: go-cache with: path: ~/go/pkg/mod @@ -113,7 +113,7 @@ jobs: # Docs: id: slug - name: Go modules Cache # Docs: - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}