From 2750a93db6b7193c58c74d512a31d27a288d0016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:42:46 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/upkeep-update-cache.yml | 4 ++-- .github/workflows/workflow-native.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/upkeep-update-cache.yml b/.github/workflows/upkeep-update-cache.yml index 0415b45e..a6142141 100644 --- a/.github/workflows/upkeep-update-cache.yml +++ b/.github/workflows/upkeep-update-cache.yml @@ -73,7 +73,7 @@ jobs: run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-frame 0 --fixed-frame-time 0.02 --stop-frame 50 - name: Save cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ~/.cargo/bin/ @@ -108,7 +108,7 @@ jobs: done - name: Save cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ~/apt-cache/ diff --git a/.github/workflows/workflow-native.yml b/.github/workflows/workflow-native.yml index ad37cd35..c63a3a45 100644 --- a/.github/workflows/workflow-native.yml +++ b/.github/workflows/workflow-native.yml @@ -126,7 +126,7 @@ jobs: DEBIAN_FRONTEND=noninteractive sudo apt-get install --no-install-recommends -yq \ libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev fontconfig libfontconfig1-dev; - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 if: runner.os == 'linux' id: apt-cache continue-on-error: true @@ -172,7 +172,7 @@ jobs: cp dxc/* . - - uses: actions/cache/restore@v5 + - uses: actions/cache/restore@v6 id: restore-cache continue-on-error: true with: