From 57d9dfe0f0fa28de1d04b61c769899666c19c717 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:13:33 +0000 Subject: [PATCH] build(deps): update actions/cache action to v6 --- .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..1c5e822 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@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: key: lychee-${{ env.cache_id }} path: .lycheecache