From a010fe2a3ad867bff6ad9ad9cb7235471ce023a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 18:01:02 +0000 Subject: [PATCH] build(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/containers.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index d1419c49..4f640dfa 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -127,7 +127,7 @@ jobs: echo "major-minor-branch-upstream=docker.io/${NSU}/${REPOSITORY}:${MAJOR_MINOR_BRANCH}" >> $GITHUB_OUTPUT - name: Set up cache id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: dev-generic with: @@ -278,7 +278,7 @@ jobs: echo "${delimiter}" >> $GITHUB_OUTPUT - name: Set up dev-generic cache id: dev-generic-cache - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: dev-generic with: @@ -337,7 +337,7 @@ jobs: repository: ${{ env.zmk-repository }} ref: ${{ env.zmk-ref }} - name: Cache Zephyr modules - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: zephyr-modules with: