From af62700cd20fa6137cc07f2a55347180842c829e Mon Sep 17 00:00:00 2001 From: asabya Date: Mon, 3 Apr 2023 14:54:41 +0530 Subject: [PATCH] chore: update action/cache --- .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 ed1f9fd3..ec179c1d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 1 - name: Cache Go modules - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}