diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4b0bebc6..1acce1a7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,7 +23,7 @@ jobs: run: | pytest etc/bench.py --benchmark-json output.json - name: Download previous benchmark data - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ./cache key: ${{ runner.os }}-benchmark