File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
lfs : true
81
81
82
82
- name : Cache files
83
- uses : actions/cache@v3.0.11
83
+ uses : actions/cache@v3.2.1
84
84
with :
85
85
path : ${{ env.PROJECT_PATH }}/Library
86
86
key : Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}
Original file line number Diff line number Diff line change 43
43
lfs : true
44
44
45
45
- name : Cache
46
- uses : actions/cache@v3.0.11
46
+ uses : actions/cache@v3.2.1
47
47
with :
48
48
path : ${{ env.PROJECT_PATH }}/Library
49
49
key : Library-${{ env.PROJECT_PATH }}
@@ -104,7 +104,7 @@ jobs:
104
104
lfs : true
105
105
106
106
- name : Cache files
107
- uses : actions/cache@v3.0.11
107
+ uses : actions/cache@v3.2.1
108
108
with :
109
109
path : ${{ env.PROJECT_PATH }}/Library
110
110
key : Library-${{ env.PROJECT_PATH }}-${{ matrix.targetPlatform }}
You can’t perform that action at this time.
0 commit comments