From bffbdc5a81cce85415464927c121a9c3c736d651 Mon Sep 17 00:00:00 2001 From: Danack Date: Mon, 1 Jul 2024 16:59:33 +0100 Subject: [PATCH] Apparently cache v4 exists. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbad54d3..c095b329 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: sudo apt-get install -y texlive-fonts-recommended || true - name: Cache ImageMagick - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-ImageMagick with: @@ -142,7 +142,7 @@ jobs: sudo apt-get install -y texlive-fonts-recommended || true - name: Cache ImageMagick - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-ImageMagick with: