diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0fa585b..86a8c0a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - name: Cache go modules id: cache-go-mod - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}