From dfa6e55e7bb81f34d0d735a5fa9b88c2d602d092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 04:37:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.3.0 to 5.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.4. - [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.3.0...v5.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_cli_code.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_cli_code.yaml b/.github/workflows/_cli_code.yaml index 3346abe74..2f00f47ed 100644 --- a/.github/workflows/_cli_code.yaml +++ b/.github/workflows/_cli_code.yaml @@ -16,7 +16,7 @@ jobs: cache: false components: clippy,rustfmt - - uses: actions/cache@v4.3.0 + - uses: actions/cache@v5.0.4 with: path: | ./workflows-cli/target @@ -48,7 +48,7 @@ jobs: with: cache: false - - uses: actions/cache@v4.3.0 + - uses: actions/cache@v5.0.4 with: path: | ./workflows-cli/target @@ -99,7 +99,7 @@ jobs: sudo apt-get update sudo apt-get install -y musl-tools - - uses: actions/cache@v4.3.0 + - uses: actions/cache@v5.0.4 with: path: | ./workflows-cli/target