Skip to content

Commit 4ab4c31

Browse files
Update actions/cache action to v4
1 parent 898f2c3 commit 4ab4c31

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

4343
- name: Cache composer dependencies
44-
uses: actions/cache@v3.3.1
44+
uses: actions/cache@v4.1.1
4545
with:
4646
path: ${{ steps.composer-cache.outputs.directory }}
4747
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)