diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index c9a4881..3c820bf 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -55,7 +55,7 @@ jobs: shell: bash run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT - - uses: actions/cache@v4.1.2 + - uses: actions/cache@v4.2.0 with: path: ${{ steps.pip-cache.outputs.dir }} key: dashboard-unit-test-${{ matrix.os }}-${{ matrix.python }}-${{ matrix.dependencies }}-pip-${{ hashFiles('requirements/requirements-test.txt', '.github/workflows/ci-oldest-reqs.txt') }}