Skip to content

Commit 666587a

Browse files
committed
wip
1 parent b4aae15 commit 666587a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/cache@v2
6767
with:
6868
path: /tmp/composer-cache
69-
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
69+
key: ${{ runner.os }}-${{ hashFiles('composer.lock') }}
7070

7171
- uses: php-actions/composer@v6
7272
with:

0 commit comments

Comments
 (0)