From d12d8c1297d7a6c32cf9aa69eed77ab0380cb5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:11:07 +0000 Subject: [PATCH] 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/check.yml | 4 ++-- .github/workflows/examples.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 965dfa9..ac7d990 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - run: rustup update stable - run: rustup default stable - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -24,7 +24,7 @@ jobs: ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-check-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/typst key: typst diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 1d463e0..32a5b65 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - run: rustup update stable - run: rustup default stable - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b29fb8..a985a3a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: key: "release-${{ matrix.target }}" - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/typst key: typst