From 63903449ae532fcd3149e5d8475dbffde8e4b661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:25:58 +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/build-release-thesis.yml | 2 +- .github/workflows/build-typst.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-thesis.yml b/.github/workflows/build-release-thesis.yml index 289250e..b8f07f2 100644 --- a/.github/workflows/build-release-thesis.yml +++ b/.github/workflows/build-release-thesis.yml @@ -20,7 +20,7 @@ jobs: - name: Cache Fonts id: cache-fonts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local/share/fonts key: newcomputermodern-fonts-${{ runner.os }} diff --git a/.github/workflows/build-typst.yml b/.github/workflows/build-typst.yml index aa91240..cdafa5b 100644 --- a/.github/workflows/build-typst.yml +++ b/.github/workflows/build-typst.yml @@ -18,7 +18,7 @@ jobs: - name: Cache Fonts id: cache-fonts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.local/share/fonts key: newcomputermodern-fonts-${{ runner.os }}