diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2ad7fb0d..b9573d67 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.2 + uses: actions/cache@v3.3.3 with: path: ./cache key: ${{ runner.os }}-benchmark