From 1ae43a00be3aaf981546f254189f274c0f18aaa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:02:38 +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/nightly-linux.yml | 2 +- .github/workflows/nightly-mac.yml | 4 ++-- .github/workflows/nightly-win.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-linux.yml b/.github/workflows/nightly-linux.yml index 392cf55..70cbc4b 100644 --- a/.github/workflows/nightly-linux.yml +++ b/.github/workflows/nightly-linux.yml @@ -15,7 +15,7 @@ jobs: - name: Cargo-C Toolchain Cache id: linux-cargo-c-toolchain - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/cargo-capi diff --git a/.github/workflows/nightly-mac.yml b/.github/workflows/nightly-mac.yml index 3333ea2..6419f73 100644 --- a/.github/workflows/nightly-mac.yml +++ b/.github/workflows/nightly-mac.yml @@ -18,14 +18,14 @@ jobs: - name: Toolchain Cache id: mac-toolchain - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/mac-toolchain key: ${{ runner.os }}-${{ runner.arch }}-toolchain - name: Cargo-C Toolchain Cache id: mac-cargo-c-toolchain - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/cargo-capi diff --git a/.github/workflows/nightly-win.yml b/.github/workflows/nightly-win.yml index 2ab4dad..4bd4ef1 100644 --- a/.github/workflows/nightly-win.yml +++ b/.github/workflows/nightly-win.yml @@ -142,7 +142,7 @@ jobs: - name: Cargo-C Toolchain Cache id: windows-cargo-c-toolchain - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/cargo-capi