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 }}