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 7d09eb0 + 278e6b8 commit a17e484Copy full SHA for a17e484
.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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+ - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
46
with:
47
path: ${{ steps.composer-cache.outputs.dir }}
48
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments