From afd95753c8135b708d0f276d69567d8316f301ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:31:01 +0000 Subject: [PATCH] chore(deps): bump actions/cache in the actions group across 1 directory Bumps the actions group with 1 update in the / directory: [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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/engine-ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/engine-ci.yml b/.github/workflows/engine-ci.yml index 91b1ff4c..e30f03b3 100644 --- a/.github/workflows/engine-ci.yml +++ b/.github/workflows/engine-ci.yml @@ -65,7 +65,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry + target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -171,7 +171,7 @@ jobs: libclang-dev - name: Cache cargo target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -420,7 +420,7 @@ jobs: targets: aarch64-linux-android - name: Cache cargo target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fd0166e2..915fc4ca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -162,7 +162,7 @@ jobs: targets: ${{ matrix.rust_target }} - name: Cache cargo target - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry