Skip to content

Commit af80b2b

Browse files
committed
Try cache v4
1 parent 6ba27e5 commit af80b2b

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
@@ -20,7 +20,7 @@ jobs:
2020
id: composercache
2121
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2222
- name: Cache composer dependencies
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: ${{ steps.composercache.outputs.dir }}
2626
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)