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 42f350a commit 9b36464Copy full SHA for 9b36464
.github/workflows/php.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Cache Composer packages
104
id: composer-cache
105
- uses: actions/cache@v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
106
with:
107
path: src/${{ matrix.project }}/vendor
108
key: ${{ runner.os }}-${{ matrix.php-version }}-php-${{ hashFiles('**/composer.json') }}
0 commit comments