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 6e0c24c commit b396126Copy full SHA for b396126
.github/workflows/php-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: "ergebnis/.github/actions/composer/determine-cache-directory@4103ff7c010d2c18dc84f72d6704227868412482" # 1.10.0
41
42
- name: "Cache dependencies installed with composer"
43
- uses: "actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809" # v4.2.4
+ uses: "actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830" # v4.3.0
44
with:
45
path: "${{ env.COMPOSER_CACHE_DIR }}"
46
key: "php-${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('composer.lock') }}"
0 commit comments