Skip to content

Commit

Permalink
trying to hash the JSON instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
syslogic committed Aug 31, 2023
1 parent b50e196 commit fcac0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.json') }}
restore-keys: |
${{ runner.os }}-php-
Expand Down

0 comments on commit fcac0b3

Please sign in to comment.