From ecb77183ec378b27ac0dc12d537a528b6c4186be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:14:32 +0000 Subject: [PATCH] build(deps): bump actions/cache from 5 to 6 in the all group Bumps the all group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-and-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test.yml b/.github/workflows/lint-and-test.yml index bcb2d98..58bad21 100644 --- a/.github/workflows/lint-and-test.yml +++ b/.github/workflows/lint-and-test.yml @@ -54,7 +54,7 @@ jobs: - name: Install cmake (macOS) if: runner.os == 'macOS' run: brew install cmake 2>/dev/null || true - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ !env.ACT }} with: path: | @@ -85,7 +85,7 @@ jobs: id: toolchain - name: Install cmake run: sudo apt-get update && sudo apt-get install -y cmake - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ !env.ACT }} with: path: | @@ -117,7 +117,7 @@ jobs: - name: Install cmake (macOS) if: runner.os == 'macOS' run: brew install cmake 2>/dev/null || true - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ !env.ACT }} with: path: | @@ -152,7 +152,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y cmake clang lld - name: Install cargo-fuzz run: cargo install cargo-binstall --locked && cargo binstall cargo-fuzz --no-confirm - - uses: actions/cache@v5 + - uses: actions/cache@v6 if: ${{ !env.ACT }} with: path: |