Skip to content

Commit 6d6a0da

Browse files
committed
chore(deps): update actions/cache action to v4
1 parent cf52570 commit 6d6a0da

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
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: ♻️ Load cached dependencies
4141
id: cached-composer-dependencies
42-
uses: actions/cache@v3
42+
uses: actions/cache@v4
4343
with:
4444
path: vendor
4545
key: vendor-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)