Skip to content

Commit f6131c2

Browse files
authored
Merge pull request #125 from voku/renovate/actions-cache-3.x
Update actions/cache action to v3.2.4
2 parents d1e6202 + 6c1e882 commit f6131c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "::set-output name=directory::$(composer config cache-dir)"
4848

4949
- name: Cache composer dependencies
50-
uses: actions/cache@v3.2.2
50+
uses: actions/cache@v3.2.4
5151
with:
5252
path: ${{ steps.composer-cache.outputs.directory }}
5353
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)