diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 872605850..147cba773 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -165,7 +165,7 @@ jobs: echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}" shell: bash - name: Set up pip cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- @@ -311,7 +311,7 @@ jobs: run: >- echo "dir=$(python -m pip cache dir)" >> "${GITHUB_OUTPUT}" - name: Set up pip cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >- diff --git a/.github/workflows/reusable-tox.yml b/.github/workflows/reusable-tox.yml index 5ee1edba3..8588887b9 100644 --- a/.github/workflows/reusable-tox.yml +++ b/.github/workflows/reusable-tox.yml @@ -183,7 +183,7 @@ jobs: - name: Cache pre-commit.com virtualenvs if: inputs.toxenv == 'pre-commit' - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.cache/pre-commit key: >- @@ -241,7 +241,7 @@ jobs: shell: bash - name: Set up pip cache if: fromJSON(steps.py-abi.outputs.is-stable-abi) - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: >-