diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index a064358f..a5b5d2a2 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -28,7 +28,7 @@ jobs: with: go-version: "1.19.x" - name: Cache Go dependencies - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}