We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604075b commit 365f5f5Copy full SHA for 365f5f5
1 file changed
.github/workflows/pre-merge.yml
@@ -71,7 +71,7 @@ jobs:
71
with:
72
python-version: '3.13'
73
- name: Restore cached virtualenv
74
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
+ uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
75
76
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
77
path: venv_infra
0 commit comments