Skip to content

Commit 8db64f3

Browse files
committed
Merge branch 'master' of https://github.com/jenky/hermes
2 parents 305c48c + b31cdff commit 8db64f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v2
4141

4242
- name: Cache dependencies
43-
uses: actions/cache@v1
43+
uses: actions/cache@v2
4444
with:
4545
path: ~/.composer/cache/files
4646
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)