From 51818ddfd1688dbb2523f21e1047d5dbcf0bae76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 20:52:39 +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/release-appimage.yaml | 2 +- .github/workflows/ubuntu-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-appimage.yaml b/.github/workflows/release-appimage.yaml index 06f41dd..081c673 100644 --- a/.github/workflows/release-appimage.yaml +++ b/.github/workflows/release-appimage.yaml @@ -64,7 +64,7 @@ jobs: - name: Setup Emscripten cache id: cache-emsdk - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: emsdk key: emsdk-3.1.51-${{ runner.os }} diff --git a/.github/workflows/ubuntu-build.yaml b/.github/workflows/ubuntu-build.yaml index 7e9484f..b008c93 100644 --- a/.github/workflows/ubuntu-build.yaml +++ b/.github/workflows/ubuntu-build.yaml @@ -21,7 +21,7 @@ jobs: version: 1.0 - name: Cache CMake files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/cmake