diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index fce4e557..b08702c2 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.0.2 + uses: actions/cache@v3.0.3 with: path: ./cache key: ${{ runner.os }}-benchmark diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1fe23cc4..02bd5e0e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: pip cache - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.3 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-py${{matrix.python-version}}-${{ hashFiles(env.PIP_CONSTRAINT) }}