Skip to content

Commit 2b90111

Browse files
committed
Update ci.yaml
1 parent 1f2ea43 commit 2b90111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 1
2525
- name: Cache Composer
26-
uses: actions/cache@v1
26+
uses: actions/cache@v4
2727
with:
2828
path: vendor
2929
key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)