Skip to content

Commit 72d6371

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#726)
1 parent 6d5a80b commit 72d6371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT
4141
- name: Restore Python virtual environment
4242
id: cache-venv
43-
uses: &actions-cache actions/cache@v4.3.0
43+
uses: &actions-cache actions/cache@v5.0.1
4444
with:
4545
path: venv
4646
key: >-
@@ -96,7 +96,7 @@ jobs:
9696
- &cache-restore-python-base
9797
name: Restore Python virtual environment
9898
id: cache-venv
99-
uses: &actions-cache-restore actions/cache/restore@v4.3.0
99+
uses: &actions-cache-restore actions/cache/restore@v5.0.1
100100
with:
101101
fail-on-cache-miss: true
102102
path: venv

0 commit comments

Comments
 (0)