diff --git a/.github/workflows/nestbuildmatrix.yml b/.github/workflows/nestbuildmatrix.yml index 25938641c8..c378b4d109 100644 --- a/.github/workflows/nestbuildmatrix.yml +++ b/.github/workflows/nestbuildmatrix.yml @@ -547,7 +547,7 @@ jobs: python-version: "3.10" - name: "Restore apt cache" - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 env: cache-name: "apt-cache" with: @@ -588,7 +588,7 @@ jobs: # source (hashed), compiler (mtime+size) and compile flags. env: cache-name: "ccache" - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | $HOME/.ccache @@ -604,7 +604,7 @@ jobs: - name: "Restore pip cache" env: cache-name: "pip-cache" - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | /opt/hostedtoolcache/Python/**/site-packages/* @@ -768,7 +768,7 @@ jobs: - name: "Restore pip cache" env: cache-name: "pip-cache" - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 with: path: | /opt/hostedtoolcache/Python/**/site-packages/*