Skip to content

Commit 22f6684

Browse files
chore(deps): update actions/cache action to v4
1 parent 52e032b commit 22f6684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: Cache nextcloud server
9090
id: nextcloud_setup
91-
uses: actions/cache@v3
91+
uses: actions/cache@v4
9292
with:
9393
path: nextcloud-${{ matrix.server-versions }}.zip
9494
key: ${{ matrix.server-versions }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: cache-nextcloud
5353
id: nextcloud_setup
54-
uses: actions/cache@v3
54+
uses: actions/cache@v4
5555
with:
5656
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
5757
key: ${{ matrix.nextcloud }}
@@ -198,7 +198,7 @@ jobs:
198198

199199
- name: cache-nextcloud
200200
id: nextcloud_setup
201-
uses: actions/cache@v3
201+
uses: actions/cache@v4
202202
with:
203203
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
204204
key: ${{ matrix.nextcloud }}

0 commit comments

Comments
 (0)