From 34ba6b718ed99a903ecf2e8f777f757894a30a80 Mon Sep 17 00:00:00 2001 From: Gert Drapers Date: Wed, 23 Nov 2022 14:46:41 -0800 Subject: [PATCH] gha-upd --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf7990d..2a00a8a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: Setup caching - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}