From 7e185dd983f600d90f335c194a15ffb64f62f4bc Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Mon, 11 Apr 2022 08:54:34 +0700 Subject: [PATCH] github actions/cache@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1461f9ebd..fa3094ec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: sudo apt update && sudo apt install build-essential fi shell: bash - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}