From ef0986d03b31c8a03a6dec9656be392bb2acdb00 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Mar 2022 11:10:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 767f51ca3..d60da0ce3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: - name: Cache Go modules id: cache-go-modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GITHUB_REF_SLUG }}-go-modules-${{ hashFiles('**/go.sum') }} @@ -73,7 +73,7 @@ jobs: - name: Cache Go modules id: cache-go-modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GITHUB_REF_SLUG }}-go-modules-${{ hashFiles('**/go.sum') }} @@ -305,7 +305,7 @@ jobs: go-version: 1.18.0 - name: Cache Go - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/go-build @@ -411,7 +411,7 @@ jobs: go-version: 1.18.0 - name: Cache Go - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: | ~/.cache/go-build