We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f807c commit af339e0Copy full SHA for af339e0
1 file changed
.github/workflows/php.yml
@@ -145,7 +145,7 @@ jobs:
145
uses: actions/cache@v5
146
with:
147
path: ${{ env.COMPOSER_CACHE }}
148
- key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
+ key: ${{ runner.os }}-composer-${{ hashFiles('**\composer.json') }}
149
restore-keys: ${{ runner.os }}-composer-
150
151
- name: Require specific dependencies
0 commit comments