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 ed8fd3f commit c195ca7Copy full SHA for c195ca7
.github/workflows/test-php.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
23
24
- name: Cache Composer dependencies
25
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
26
with:
27
path: /tmp/composer-cache
28
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
0 commit comments