We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd70b05 + c567be7 commit 5f23e94Copy full SHA for 5f23e94
.github/workflows/php-lint.yml
@@ -42,7 +42,7 @@ jobs:
42
id: composer-cache
43
run: |
44
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
45
- - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
46
with:
47
path: ${{ steps.composer-cache.outputs.dir }}
48
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments