Skip to content

Commit fdf9e93

Browse files
Update actions/cache action to v4.3.0
1 parent c4b3774 commit fdf9e93

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/cache@v4.2.3
48+
uses: actions/cache@v4.3.0
4949
with:
5050
path: ${{ steps.composer-cache.outputs.directory }}
5151
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)