From 77734e0cfbdb524c78832e66815fe6479bf702de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 02:14:06 +0000 Subject: [PATCH] ci: bump actions/cache from 5 to 6 in the github-actions group Bumps the github-actions 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: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/QA.yaml | 4 ++-- .github/workflows/release.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/QA.yaml b/.github/workflows/QA.yaml index cb5057b..5af02da 100644 --- a/.github/workflows/QA.yaml +++ b/.github/workflows/QA.yaml @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache cargo-audit - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-audit with: path: ~/.cargo/bin/cargo-audit @@ -79,7 +79,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Cache cargo-deny - uses: actions/cache@v5 + uses: actions/cache@v6 id: cache-deny with: path: ~/.cargo/bin/cargo-deny diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 94e5753..e54d762 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -62,7 +62,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -90,7 +90,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -135,7 +135,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -191,7 +191,7 @@ jobs: targets: ${{ matrix.target }} - name: Cache cargo - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry