We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8a1003 + 7141d1c commit caee409Copy full SHA for caee409
.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@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7
37
with:
38
path: ${{ steps.composer-cache.outputs.dir }}
39
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments