From e3687b5b684cb780a046dbebeba813c15e088642 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:18:59 -0500 Subject: [PATCH] Update documentation references to actions/cache to v5 (#17305) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/guides/integration/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/integration/github.md b/docs/guides/integration/github.md index c813451f7..ebbb9428e 100644 --- a/docs/guides/integration/github.md +++ b/docs/guides/integration/github.md @@ -230,7 +230,7 @@ jobs: # ... setup up Python and uv ... - name: Restore uv cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}