File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 php-version : ${{ matrix.php-versions }}
2626
2727 - name : ♻️ Tools cache
28- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2929 with :
3030 path : tools/cache
3131 key : ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }}
@@ -46,15 +46,15 @@ jobs:
4646 run : composer phpstan -- --error-format=github
4747
4848 - name : ♻️ Tests cache
49- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5050 with :
5151 path : tests/.phpunit.result.cache
5252 key : ${{ runner.os }}-tests-${{ github.sha }}
5353 restore-keys : |
5454 ${{ runner.os }}-tests-
5555
5656 - name : ♻️ Fixtures cache
57- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858 with :
5959 path : .cache
6060 key : fixture-cache-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments