diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 747346ee..e1e2491c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Restore Go cache - uses: actions/cache@v1 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}