From 87d152e24e98ccaf46d26b9e8b22f680b8c8abde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:43:50 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dee22c46..cd0898e8 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: version: 'latest' - name: Cache Rust Deps - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry