From 636440a7295838ef2f8595f3e19b50dbcadfe47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 17:23:55 +0000 Subject: [PATCH] build(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 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/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-cd.yml | 2 +- .github/workflows/deploy-crate.yml | 2 +- .github/workflows/github-pages.yml | 2 +- .github/workflows/s3-sync.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index df26e18..5ad0b5a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -20,7 +20,7 @@ jobs: override: true components: rustfmt, clippy - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/deploy-crate.yml b/.github/workflows/deploy-crate.yml index 54b58d5..79171b1 100644 --- a/.github/workflows/deploy-crate.yml +++ b/.github/workflows/deploy-crate.yml @@ -20,7 +20,7 @@ jobs: override: true components: rustfmt, clippy - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 081a7b7..1107ba7 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -28,7 +28,7 @@ jobs: toolchain: stable profile: minimal - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/s3-sync.yml b/.github/workflows/s3-sync.yml index 87b5bbb..8c78bec 100644 --- a/.github/workflows/s3-sync.yml +++ b/.github/workflows/s3-sync.yml @@ -34,7 +34,7 @@ jobs: toolchain: stable profile: minimal - name: Cache Cargo - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/