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 d3820c1 commit 40b5d8fCopy full SHA for 40b5d8f
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
47
48
- name: Cache Composer
49
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
50
with:
51
path: ${{ steps.composer-cache.outputs.dir }}
52
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ matrix.stability }}-${{ hashFiles('**/composer.lock') }}
0 commit comments