From 8c7de72b7a0c5b66767273bbe81377d61dfce4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:56:41 +0000 Subject: [PATCH] ci: Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [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/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 61877e772e..a2adf212ce 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -53,7 +53,7 @@ jobs: echo "XEMU_BUILD_OPTIONS=${opts[*]}" >> "$GITHUB_ENV" - name: Initialize compiler cache id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 5afc0a63f5..0b67c1baf0 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -41,7 +41,7 @@ jobs: pip install pyyaml requests - name: Initialize compiler, library cache id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | macos-pkgs diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 17caea944e..64e3776def 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -34,7 +34,7 @@ jobs: run: tar -xf xemu-${{ inputs.pkg_version }}.tar.zst --strip-components=2 - name: Initialize compiler cache id: cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v4 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v4 with: path: | ${{ env.CCACHE_DIR }}