From 5c6ed6b0cbbd71f6adf10cd90b430fd15562fbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 10:26:45 +0000 Subject: [PATCH] chore(deps): 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index fc5eb16..2be9185 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -67,7 +67,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Cache sources - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build/${{ matrix.platform }}/sources key: sources-${{ matrix.platform }}-${{ hashFiles('shared/versions.mk') }}