We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aee8a76 commit 2dba145Copy full SHA for 2dba145
.github/workflows/php.yml
@@ -181,7 +181,7 @@ jobs:
181
uses: actions/cache@v5
182
with:
183
path: ${{ env.COMPOSER_CACHE }}
184
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
+ key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
185
restore-keys: ${{ runner.os }}-composer-
186
187
- name: Validate composer.json and composer.lock
0 commit comments