File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
28
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
49
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
57
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
58
58
with :
59
59
path : .cache
60
60
key : fixture-cache-${{ hashFiles('composer.lock') }}
Original file line number Diff line number Diff line change 86
86
name : github-pages
87
87
url : ${{ steps.deployment.outputs.page_url }}
88
88
steps :
89
- - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
89
+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
90
90
with :
91
91
pattern : " docs-*"
92
92
path : ./
You can’t perform that action at this time.
0 commit comments