File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
37
37
38
38
- name : Cache dependencies
39
- uses : actions/cache@v2
39
+ uses : actions/cache@v3
40
40
with :
41
41
path : ${{ steps.composercache.outputs.dir }}
42
42
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
67
67
id : extract_base_branch
68
68
69
69
- name : " Cache DOCtor-RST"
70
- uses : actions/cache@v2
70
+ uses : actions/cache@v3
71
71
with :
72
72
path : .cache
73
73
key : ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
- name : Cache dependencies
111
111
if : ${{ steps.find-files.outputs.files }}
112
- uses : actions/cache@v2
112
+ uses : actions/cache@v3
113
113
with :
114
114
path : ${{ steps.composercache.outputs.dir }}
115
115
key : ${{ runner.os }}-composer-codeBlocks-${{ hashFiles('_checker/composer.lock', '_sf_app/composer.lock') }}
You can’t perform that action at this time.
0 commit comments