We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d646348 + 16223b9 commit d58cb49Copy full SHA for d58cb49
.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@9255dc7a253b0ccc959486e2bca901246202afeb
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7
37
with:
38
path: ${{ steps.composer-cache.outputs.dir }}
39
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments