Skip to content

Commit e7b23be

Browse files
chore(deps): update actions/cache action to v4
1 parent c8f6a68 commit e7b23be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analysis-coverage.yml

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

8282
- name: cache-nextcloud
8383
id: nextcloud_setup
84-
uses: actions/cache@v3
84+
uses: actions/cache@v4
8585
with:
8686
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
8787
key: ${{ matrix.nextcloud }}
@@ -242,7 +242,7 @@ jobs:
242242

243243
- name: cache-nextcloud
244244
id: nextcloud_setup
245-
uses: actions/cache@v3
245+
uses: actions/cache@v4
246246
with:
247247
path: nextcloud-${{ matrix.nextcloud }}.tar.bz2
248248
key: ${{ matrix.nextcloud }}

0 commit comments

Comments
 (0)