diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f5b5d5cf08..544f0e95a42 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: go-version: '1.16' - name: Cache Go modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}