diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 870c77faf..998fa919c 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -388,7 +388,7 @@ jobs: submodules: true - name: Cache ARM GCC - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}" path: ${{ matrix.installer_name }} @@ -411,7 +411,7 @@ jobs: unzip -o $Env:installer_name - name: Cache CMSIS Pack - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NAME: cmsis_pack with: @@ -537,7 +537,7 @@ jobs: run: mkdir build - name: Cache ARM GCC - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}" path: ${{ env.installer_name }} @@ -548,7 +548,7 @@ jobs: tar -xvf ${{ env.installer_name }} - name: Cache CMSIS Pack - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 env: CACHE_NAME: cmsis_pack with: