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