Skip to content

Commit a86d94b

Browse files
chore(deps): update actions/cache action to v4
1 parent c17b02d commit a86d94b

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
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: ♻️ Restore cached dependencies
3838
id: cached-composer-dependencies
39-
uses: actions/cache@v3
39+
uses: actions/cache@v4
4040
with:
4141
path: vendor
4242
key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }}

0 commit comments

Comments
 (0)