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