diff --git a/.github/workflows/test-flows.yml b/.github/workflows/test-flows.yml index 1655e42..311eb44 100644 --- a/.github/workflows/test-flows.yml +++ b/.github/workflows/test-flows.yml @@ -79,7 +79,7 @@ jobs: # unbounded — entries here are a few hundred bytes each. - name: Restore fixture cache if: ${{ !inputs.no_cache }} - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: .test-flow-cache/${{ matrix.fixture }}.json key: test-flow-cache-${{ matrix.fixture }}-${{ github.run_id }}