From e94fa1984358b65bacdcbff0b9457d977f5a0dcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 May 2022 08:43:27 +0900 Subject: [PATCH] chore(deps): update actions/cache digest to 95f200e (#1429) Co-authored-by: Renovate Bot --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 964481ed..9b9c885b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,7 +30,7 @@ jobs: go-version: '1.17.7' check-latest: false - run: go version - - uses: actions/cache@730dc31003a72af3c3b4bf51268c167ad4c67ad6 + - uses: actions/cache@95f200e41cfa87b8e07f30196c0df17a67e67786 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}