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 25
25
php-version : ${{ matrix.php-versions }}
26
26
27
27
- name : ♻️ Tools cache
28
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
28
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
29
29
with :
30
30
path : tools/cache
31
31
key : ${{ runner.os }}-tools-${{ matrix.php-versions }}-${{ github.sha }}
@@ -46,15 +46,15 @@ jobs:
46
46
run : composer phpstan -- --error-format=github
47
47
48
48
- name : ♻️ Tests cache
49
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
49
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50
50
with :
51
51
path : tests/.phpunit.result.cache
52
52
key : ${{ runner.os }}-tests-${{ github.sha }}
53
53
restore-keys : |
54
54
${{ runner.os }}-tests-
55
55
56
56
- name : ♻️ Fixtures cache
57
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
57
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
58
58
with :
59
59
path : .cache
60
60
key : fixture-cache-${{ hashFiles('composer.lock') }}
You can’t perform that action at this time.
0 commit comments