From 68cd6cba64dcec277e9265f366a8103be8f0197f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:54:21 +0000 Subject: [PATCH] Update actions/cache action to v3.0.8 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8257abf..c08465b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3 - name: Cache Go modules - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }} @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v3 - name: Cache Go modules - uses: actions/cache@v3.0.6 + uses: actions/cache@v3.0.8 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}