diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48b670f..a17fe93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: # See https://github.com/actions/cache/blob/master/examples.md#go---modules - name: Cache Go Modules - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}