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 88
88
steps :
89
89
- name : Cache nextcloud server
90
90
id : nextcloud_setup
91
- uses : actions/cache@v3
91
+ uses : actions/cache@v4
92
92
with :
93
93
path : nextcloud-${{ matrix.server-versions }}.zip
94
94
key : ${{ matrix.server-versions }}
Original file line number Diff line number Diff line change 51
51
52
52
- name : cache-nextcloud
53
53
id : nextcloud_setup
54
- uses : actions/cache@v3
54
+ uses : actions/cache@v4
55
55
with :
56
56
path : nextcloud-${{ matrix.nextcloud }}.tar.bz2
57
57
key : ${{ matrix.nextcloud }}
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
- name : cache-nextcloud
200
200
id : nextcloud_setup
201
- uses : actions/cache@v3
201
+ uses : actions/cache@v4
202
202
with :
203
203
path : nextcloud-${{ matrix.nextcloud }}.tar.bz2
204
204
key : ${{ matrix.nextcloud }}
You can’t perform that action at this time.
0 commit comments