Skip to content

Commit d687cea

Browse files
Update actions/cache action to v4.2.4
1 parent c4b3774 commit d687cea

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

4747
- name: Cache composer dependencies
48-
uses: actions/[email protected].3
48+
uses: actions/[email protected].4
4949
with:
5050
path: ${{ steps.composer-cache.outputs.directory }}
5151
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)