diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 80a14db7419..6db7f9df9d8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -56,7 +56,7 @@ jobs: echo "VERSION=3.3.1" >> $GITHUB_ENV echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: cache go mod and $GOCACHE - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/go/pkg/mod @@ -102,7 +102,7 @@ jobs: with: go-version: 1.x # Latest stable - name: cache go mod and $GOCACHE - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/go/pkg/mod