diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5b1a8ac7..083608a8 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 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 with: path: | ~/.cache/go-build diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index 4193a3d5..cb42df34 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 with: path: | ~/.cache/go-build