diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ea8c721..1cad5da 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -37,7 +37,7 @@ jobs: - name: before cache run: | mkdir -p ~/go/pkg/mod - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-go with: key: ${{ matrix.os }}-go-${{ hashFiles('**/go.sum') }}