diff --git a/.github/actions/setup_environment/action.yml b/.github/actions/setup_environment/action.yml index 3742ea795..e419779d5 100644 --- a/.github/actions/setup_environment/action.yml +++ b/.github/actions/setup_environment/action.yml @@ -36,7 +36,7 @@ runs: installer-parallel: true - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # ratchet:actions/cache@v4 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4 with: path: .venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}