diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9295d8b..c63c2cb 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - name: Cache go module - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}