Skip to content

Commit f69c30c

Browse files
chore(deps): update actions/cache action to v4.1.0
1 parent 872dac4 commit f69c30c

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

4848
- name: Cache composer dependencies
49-
uses: actions/cache@v4.0.2
49+
uses: actions/cache@v4.1.0
5050
with:
5151
path: ${{ steps.composer-cache.outputs.directory }}
5252
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)