diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6cedfefb..d6e900ff 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.4 + - uses: actions/cache@v2.1.5 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.4 + - uses: actions/cache@v2.1.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}