File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17
17
- name : Cache composer packages
18
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
18
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
19
19
with :
20
20
path : ./vendor/
21
21
key : ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
33
33
steps :
34
34
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
35
35
- name : Cache composer packages
36
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
36
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
37
37
with :
38
38
path : ./vendor/
39
39
key : ${{ hashFiles('**/composer.json') }}-${{ hashFiles('**/composer.lock') }}
You can’t perform that action at this time.
0 commit comments