Skip to content

Commit d1a6b56

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: ♻️ Restore cached dependencies
4040
id: cached-composer-dependencies
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: vendor
4444
key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-${{ matrix.php }}

0 commit comments

Comments
 (0)