From 649e97f600dcb02b5e9d0c9673f625f7afb610a6 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Wed, 1 May 2024 19:25:44 +0200 Subject: [PATCH] Update andstor/file-existence-action to v3 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c63a28c1..c38966a3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -42,7 +42,7 @@ jobs: restore-keys: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }}- - name: Check ImageMagick cache exists - uses: andstor/file-existence-action@v2 + uses: andstor/file-existence-action@v3 id: cache-imagemagick-exists with: files: /home/runner/im/imagemagick-${{ matrix.imagemagick }}