From 088ed0b9a92b9bd353cbbd5bff01b648f3cf66ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 11:57:33 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e684961..6b3fc45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - name: Calculate cache id run: echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV" - name: Cache lychee - uses: actions/cache@v4 + uses: actions/cache@v5 with: key: lychee-${{ env.cache_id }} path: .lycheecache