diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b1a8ac..6f70f2b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: # Cache Go modules, build cache, installed packages and GOPATH sources # to significantly decreases total CI time. See also cleanup.yaml. - name: Enable Go cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/go-build @@ -176,7 +176,7 @@ jobs: # Cache Go modules, build cache, installed packages and GOPATH sources # to significantly decreases total CI time. See also cleanup.yaml. - name: Enable Go cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/go-build diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 4193a3d..4620024 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -34,7 +34,7 @@ jobs: # Cache Go modules, build cache, installed packages and GOPATH sources # to significantly decreases total CI time. See also cleanup.yaml. - name: Enable Go cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: | ~/.cache/go-build