Skip to content

Commit 528ddc7

Browse files
Bump actions/cache from 5.0.3 to 5.0.4 (#759)
1 parent c5505b2 commit 528ddc7

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
@@ -39,7 +39,7 @@ jobs:
3939
hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT
4040
- name: Restore Python virtual environment
4141
id: cache-venv
42-
uses: &actions-cache actions/cache@v5.0.3
42+
uses: &actions-cache actions/cache@v5.0.4
4343
with:
4444
path: venv
4545
key: >-
@@ -95,7 +95,7 @@ jobs:
9595
- &cache-restore-python-base
9696
name: Restore Python virtual environment
9797
id: cache-venv
98-
uses: &actions-cache-restore actions/cache/restore@v5.0.3
98+
uses: &actions-cache-restore actions/cache/restore@v5.0.4
9999
with:
100100
fail-on-cache-miss: true
101101
path: venv

0 commit comments

Comments
 (0)