From eb0cc755cff8a8a596fa1625c8192a811bcdd15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:44:37 +0000 Subject: [PATCH] Bump actions/cache from 5 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 5.0.5. - [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...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-packages.yml | 6 +++--- .github/workflows/rust.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index 56e4a863..6b44fec0 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -172,7 +172,7 @@ jobs: - name: Cache Boost on Windows if: matrix.os == 'windows-latest' id: cache-boost - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v5.0.5 with: path: C:\local\boost_* key: windows-boost-msvc-14.3-v1 @@ -180,7 +180,7 @@ jobs: - name: Cache mpir checkout on Windows if: matrix.os == 'windows-latest' id: cache-mpir - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: mpir_gc_x64 key: windows-mpir-gc-x64-v1 @@ -225,7 +225,7 @@ jobs: - name: Save Boost cache on Windows if: matrix.os == 'windows-latest' && steps.cache-boost.outputs.cache-hit != 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v5.0.5 with: path: C:\local\boost_* key: ${{ steps.cache-boost.outputs.cache-primary-key }} diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c7a423f6..ee2adb28 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,7 +37,7 @@ jobs: - uses: dtolnay/rust-toolchain@nightly - name: Cache cargo registry + build artifacts - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: | ~/.cargo/bin