diff --git a/.github/workflows/binding-release-candidate.yml b/.github/workflows/binding-release-candidate.yml index 616f3f7b..48627082 100644 --- a/.github/workflows/binding-release-candidate.yml +++ b/.github/workflows/binding-release-candidate.yml @@ -78,7 +78,7 @@ jobs: - name: Mount shared Linux Cargo build disk if: matrix.sticky_target == 'true' - uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.5.0 + uses: useblacksmith/stickydisk@74f3f01ab1392726dd6ee06904f0452b0ec1e151 # v1.6.0 with: # Retained for maturin lanes that still compile into workspace target/. key: ${{ github.repository }}-binding-rc-linux-rust-1.96.0-${{ hashFiles('Cargo.lock') }}-release-target-v1 @@ -328,7 +328,7 @@ jobs: - name: Mount shared Linux Cargo build disk if: matrix.sticky_target == 'true' - uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.5.0 + uses: useblacksmith/stickydisk@74f3f01ab1392726dd6ee06904f0452b0ec1e151 # v1.6.0 with: # Retained for napi/cross lanes that still compile into workspace target/. key: ${{ github.repository }}-binding-rc-linux-rust-1.96.0-${{ hashFiles('Cargo.lock') }}-release-target-v1 @@ -577,7 +577,7 @@ jobs: toolchain: "1.96.0" - name: Mount release assembly Cargo build disk - uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.5.0 + uses: useblacksmith/stickydisk@74f3f01ab1392726dd6ee06904f0452b0ec1e151 # v1.6.0 with: key: ${{ github.repository }}-release_candidate-rust-1.96.0-${{ hashFiles('Cargo.lock') }}-release-target-v1 path: target diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 96068c44..b33160cc 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -33,7 +33,7 @@ jobs: targets: x86_64-unknown-linux-gnu - name: Mount fuzz build disk - uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.5.0 + uses: useblacksmith/stickydisk@74f3f01ab1392726dd6ee06904f0452b0ec1e151 # v1.6.0 with: key: ${{ github.repository }}-daily-fuzz-${{ hashFiles('fuzz/Cargo.toml', '**/Cargo.lock') }}-target-v1 path: fuzz/target diff --git a/.github/workflows/release-certification.yml b/.github/workflows/release-certification.yml index e9343e78..ed231e1f 100644 --- a/.github/workflows/release-certification.yml +++ b/.github/workflows/release-certification.yml @@ -126,7 +126,7 @@ jobs: # Keep maturin + cargo + napi on one sticky volume so dense L/XL case # workspaces are not competing with a second root-disk Cargo tree (#2765). - name: Mount Cargo build disk - uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.5.0 + uses: useblacksmith/stickydisk@74f3f01ab1392726dd6ee06904f0452b0ec1e151 # v1.6.0 with: # Per-certification workspace; cleanup_load_disk deletes it after load. key: ${{ github.repository }}-release-load-${{ inputs.commit_sha }}-target-v3