From bd5791576d4311aa39f21597a44955279bbdebec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 06:19:42 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24b2223..7bfc7a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: working-directory: crates/web - name: Cache cargo registry and trunk assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v6 - name: Cache cargo registry and trunk assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -128,7 +128,7 @@ jobs: components: clippy - name: Cache cargo registry and trunk assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -155,7 +155,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache cargo registry and trunk assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -184,7 +184,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache cargo registry and trunk assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry