From 22f6684126ec2f4c29062d3a161c9e2efc2543a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:13:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 76f86aca..35d9e09c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -88,7 +88,7 @@ jobs: steps: - name: Cache nextcloud server id: nextcloud_setup - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: nextcloud-${{ matrix.server-versions }}.zip key: ${{ matrix.server-versions }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7c76c7c3..3fab1a16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,7 +51,7 @@ jobs: - name: cache-nextcloud id: nextcloud_setup - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: nextcloud-${{ matrix.nextcloud }}.tar.bz2 key: ${{ matrix.nextcloud }} @@ -198,7 +198,7 @@ jobs: - name: cache-nextcloud id: nextcloud_setup - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: nextcloud-${{ matrix.nextcloud }}.tar.bz2 key: ${{ matrix.nextcloud }}