Skip to content

Commit bf1e351

Browse files
authored
Merge pull request #89 from voku/renovate/actions-cache-2.x
chore(deps): update actions/cache action to v2.1.8
2 parents 2b54e99 + 0a06724 commit bf1e351

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

4646
- name: Cache composer dependencies
47-
uses: actions/cache@v2.1.7
47+
uses: actions/cache@v2.1.8
4848
with:
4949
path: ${{ steps.composer-cache.outputs.directory }}
5050
key: ${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)