From 76316012fbc285b5f1df2425937f50ed1b08cd29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:53:51 +0000 Subject: [PATCH] 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/ci.yaml | 12 ++++++------ .github/workflows/lint.yaml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65082c6b..666adca3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,7 +61,7 @@ jobs: tool: cargo-xwin - name: Restore `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default @@ -70,7 +70,7 @@ jobs: run: cargo xwin cache xwin - name: Save `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default @@ -359,7 +359,7 @@ jobs: tool: cargo-xwin - name: Restore `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default @@ -368,7 +368,7 @@ jobs: run: cargo xwin cache xwin - name: Save `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default @@ -428,7 +428,7 @@ jobs: tool: cargo-xwin - name: Restore `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default @@ -437,7 +437,7 @@ jobs: run: cargo xwin cache xwin - name: Save `cargo-xwin` Cache if: matrix.os.name == 'windows' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ~/.cache/cargo-xwin key: cargo-xwin-cache-default diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4cbb5779..f006363d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -49,7 +49,7 @@ jobs: with: tool: cargo-xwin - name: Restore `cargo-xwin` Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/cargo-xwin key: @@ -58,7 +58,7 @@ jobs: - name: Download `cargo-xwin` Cache run: cargo xwin cache xwin - name: Save `cargo-xwin` Cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: ~/.cache/cargo-xwin key: