diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d34affb..c8ac5a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: with: go-version: ${{ env.VERSION_GO }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}