diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c21fee56..5d966d57 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -64,7 +64,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}