We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b16ff4 commit 53f65dbCopy full SHA for 53f65db
.github/workflows/php.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Cache Composer packages
24
id: composer-cache
25
- uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
+ uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
26
with:
27
path: vendor
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments