Skip to content

Commit a41a5ba

Browse files
Update actions/cache action to v4
1 parent 25a3cf6 commit a41a5ba

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
@@ -48,7 +48,7 @@ jobs:
4848
run: echo "::set-output name=directory::$(composer config cache-dir)"
4949

5050
- name: Cache composer dependencies
51-
uses: actions/cache@v3.3.1
51+
uses: actions/cache@v4.2.3
5252
with:
5353
path: ${{ steps.composer-cache.outputs.directory }}
5454
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)