From 28bed20eaa92c4581d057b4a73f6325e55cca7f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:10:11 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 19cfc3b..1fa85fd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: - run: rustup override set 1.89.0 - run: rustup component add clippy - name: Cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry