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.
1 parent bd0243f commit 0e7c9a0Copy full SHA for 0e7c9a0
1 file changed
.github/workflows/php.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Cache Composer packages
24
id: composer-cache
25
- uses: actions/cache@v5
+ uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
26
with:
27
path: vendor
28
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments