From 4246755bb640fa337fd037c68449c72e937eb96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:28:07 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#254) --- .github/workflows/check_links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index 23c92e3..0ccf867 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -33,7 +33,7 @@ jobs: # Restore cache - name: Restore lychee cache id: restore-cache - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: .lycheecache key: cache-lychee-${{ github.sha }} @@ -49,7 +49,7 @@ jobs: # Always save cache - name: Save lychee cache - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 if: always() with: path: .lycheecache