From 5eaeb0ecebed4ed6393ad728bfe006cace6b9060 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 19:02:48 +0000 Subject: [PATCH] Bump actions/cache from 4.3.0 to 5.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...9255dc7a253b0ccc959486e2bca901246202afeb) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildmgr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 1891c23cc..a2dd75dbb 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -383,7 +383,7 @@ jobs: submodules: true - name: Cache ARM GCC - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}" path: ${{ matrix.installer_name }} @@ -406,7 +406,7 @@ jobs: unzip -o $Env:installer_name - name: Cache CMSIS Pack - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 env: CACHE_NAME: cmsis_pack with: @@ -532,7 +532,7 @@ jobs: run: mkdir build - name: Cache ARM GCC - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}" path: ${{ env.installer_name }} @@ -543,7 +543,7 @@ jobs: tar -xvf ${{ env.installer_name }} - name: Cache CMSIS Pack - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 env: CACHE_NAME: cmsis_pack with: