diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 387f4d7..626ed96 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v2 - name: Load cached dependencies - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}