diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index 047f3249..7c46ef82 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -76,7 +76,7 @@ jobs: with: python-version: '3.13' - name: Restore cached virtualenv - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }} path: venv_infra