We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2e519b1 + 15bc016 commit b5c9603Copy full SHA for b5c9603
.github/workflows/cron.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34
35
- name: Cache Composer dependencies
36
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
37
with:
38
path: ${{ steps.composer-cache.outputs.dir }}
39
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments