diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 82cfec51b3..ddb2e89463 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -168,7 +168,7 @@ jobs: cache: pip - name: Restore python-venv - uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 id: cache-python-venv with: path: ${{ matrix.package }}/venv @@ -203,7 +203,7 @@ jobs: python -m pip install --requirement test-requirements.txt - name: Save python-venv - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: steps.cache-python-venv.outputs.cache-hit != 'true' with: path: ${{ matrix.package }}/venv