From cb83f372efbb07c57356bdb9baa7fd4a8e94c343 Mon Sep 17 00:00:00 2001 From: Alexander Tischenko Date: Mon, 10 Jun 2024 01:47:40 +0300 Subject: [PATCH] chore: Update go.yml to use v4 --- .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 a66dc87..2b0758b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,7 +55,7 @@ jobs: with: { fetch-depth: 0 } - name: Cache go mod - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ hashFiles('**/go.sum') }}