Skip to content

Commit c489911

Browse files
committed
Update cache key
1 parent a104511 commit c489911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/cache@v2
4545
with:
4646
path: ~/.composer/cache/files
47-
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
47+
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-${{ matrix.dependency-version }}-${{ hashFiles('composer.json') }}
4848

4949
- name: Setup PHP
5050
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)