Skip to content

Commit b3fa169

Browse files
committed
Use actions/cache@v4
1 parent e0578b0 commit b3fa169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@v3
8585

8686
- name: Setup cache
87-
uses: actions/cache@v2
87+
uses: actions/cache@v4
8888
id: cache-db
8989
with:
9090
path: ~/.symfony/cache

0 commit comments

Comments
 (0)