diff --git a/.github/workflows/go-ci-integration.yml b/.github/workflows/go-ci-integration.yml index 9b05085a3d1..fd7aca155a5 100644 --- a/.github/workflows/go-ci-integration.yml +++ b/.github/workflows/go-ci-integration.yml @@ -21,7 +21,7 @@ jobs: id: buildx uses: docker/setup-buildx-action@master - name: Cache Docker layers - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.ref }} diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 03c34e6994c..a4545e409c4 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -61,7 +61,7 @@ jobs: - name: Run Go mod tidy run: go mod tidy - name: Cache dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/go-coverage.yml b/.github/workflows/go-coverage.yml index c9a54985374..d2b2ecede87 100644 --- a/.github/workflows/go-coverage.yml +++ b/.github/workflows/go-coverage.yml @@ -25,7 +25,7 @@ jobs: - name: Run Go mod tidy run: go mod tidy - name: Cache dependencies - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}