From 8216553257487a32aca7b13d0bc2788a8fd9f60d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:48:25 +0000 Subject: [PATCH] chore(ci): 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) - [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/nightly-agent-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly-agent-integration.yml b/.github/workflows/nightly-agent-integration.yml index 4afdcb0c1..1ed8cb233 100644 --- a/.github/workflows/nightly-agent-integration.yml +++ b/.github/workflows/nightly-agent-integration.yml @@ -143,7 +143,7 @@ jobs: with: toolchain: "1.93.0" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -240,7 +240,7 @@ jobs: with: toolchain: "1.93.0" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry