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 a45e2e1 commit 61a3365Copy full SHA for 61a3365
.github/workflows/test-php.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
35
36
- name: Cache Composer dependencies
37
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
38
with:
39
path: /tmp/composer-cache
40
key: ${{ matrix.os }}-php-${{ matrix.php-versions }}-${{ matrix.deps }}-${{ hashFiles('**/composer.lock') }}
0 commit comments