Skip to content

Commit 62cb369

Browse files
Update actions/cache action to v4
1 parent 6f39f4c commit 62cb369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: '3.10'
1616
- name: Cache Python modules
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip-${{ hashFiles('**/Pipfile.lock') }}

0 commit comments

Comments
 (0)