diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index ef3310b507..5003f20a80 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -54,7 +54,7 @@ jobs: echo "XEMU_BUILD_OPTIONS=${opts[*]}" >> "$GITHUB_ENV" - name: Initialize compiler cache id: cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4 with: path: | ${{ env.CCACHE_DIR }} diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a1077a9b97..6971ffb8c8 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -41,7 +41,7 @@ jobs: pip install pyyaml requests - name: Initialize compiler, library cache id: cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4 with: path: | macos-pkgs diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4565992f56..b6860ab2da 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -43,7 +43,7 @@ jobs: run: tar -xf xemu-${{ inputs.pkg_version }}.tar.zst --strip-components=2 - name: Initialize compiler cache id: cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4 with: path: | ${{ env.CCACHE_DIR }}