diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index 6de7d6a31..5294413fd 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -365,7 +365,7 @@ jobs: submodules: true - name: Cache ARM GCC - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: key: "${{ matrix.arm_gcc_install_base }}/${{ matrix.installer_name }}" path: ${{ matrix.installer_name }} @@ -388,7 +388,7 @@ jobs: unzip -o $Env:installer_name - name: Cache CMSIS Pack - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 env: CACHE_NAME: cmsis_pack with: @@ -514,7 +514,7 @@ jobs: run: mkdir build - name: Cache ARM GCC - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: key: "${{ env.arm_gcc_install_base }}/${{ env.installer_name }}" path: ${{ env.installer_name }} @@ -525,7 +525,7 @@ jobs: tar -xvf ${{ env.installer_name }} - name: Cache CMSIS Pack - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 env: CACHE_NAME: cmsis_pack with: