diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e78636..cdd46f5 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@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}