Skip to content

Commit 45a336f

Browse files
committed
Update actions cache
1 parent 6989022 commit 45a336f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
cache: 'pip'
3838

3939
- name: Cache pip
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.cache/pip
4343
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-dev.txt') }}

0 commit comments

Comments
 (0)