From d7e8e9ed97c09e4f2a2060a18f62b31dd2259d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:23:47 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32053d8..141f91d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: - name: Cache macOS native codecs id: cache-macos - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: native/runtimes/osx-* key: native-macos-${{ hashFiles('native/build-macos.sh', 'native/src/**') }} - name: Cache vendor sources if: steps.cache-macos.outputs.cache-hit != 'true' - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | native/vendor/libjpeg-turbo/src @@ -177,14 +177,14 @@ jobs: # Build Phase 2: Native codecs for Linux and Windows (cached) - name: Cache cross-compilation toolchains - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/toolchains key: toolchains-bootlin-2025.08-1-llvm-mingw-20240619 - name: Cache Linux/Windows native codecs id: cache-linux - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | native/runtimes/linux-*