diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f3f0a2f..15706b9 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -23,7 +23,7 @@ jobs: with: go-version: ${{ matrix.golang }} - name: Cache Dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}