Skip to content

Commit 365f5f5

Browse files
[gha] Bump actions/cache from 4.3.0 to 5.0.1 (#319)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 604075b commit 365f5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
python-version: '3.13'
7373
- name: Restore cached virtualenv
74-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
74+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7575
with:
7676
key: venv-${{ runner.os }}-${{ steps.setup_python.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
7777
path: venv_infra

0 commit comments

Comments
 (0)