diff --git a/.github/workflows/realtime-conformance.yml b/.github/workflows/realtime-conformance.yml index c844a3003..20a92f35a 100644 --- a/.github/workflows/realtime-conformance.yml +++ b/.github/workflows/realtime-conformance.yml @@ -54,7 +54,7 @@ jobs: go-version: ${{ matrix.go-version }} cache: false - name: Cache FizzBee - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .tools/fizzbee key: fizzbee-v0.5.2-${{ runner.os }}-${{ hashFiles('formal-verification/fizzbee.sha256') }}