diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef97d3f..bb763ef 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: go-version: ${{ matrix.go-version }} - name: Checkout code uses: actions/checkout@v4 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v4.0.0 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}