diff --git a/.github/workflows/gen_centos9.yml b/.github/workflows/gen_centos9.yml index f918cfcb9..c35ff3041 100644 --- a/.github/workflows/gen_centos9.yml +++ b/.github/workflows/gen_centos9.yml @@ -65,7 +65,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_centos9_continuous.yml b/.github/workflows/gen_centos9_continuous.yml index 12809297f..5be86751d 100644 --- a/.github/workflows/gen_centos9_continuous.yml +++ b/.github/workflows/gen_centos9_continuous.yml @@ -76,7 +76,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_centos9_tag.yml b/.github/workflows/gen_centos9_tag.yml index 3ceb600b8..82829bd31 100644 --- a/.github/workflows/gen_centos9_tag.yml +++ b/.github/workflows/gen_centos9_tag.yml @@ -48,7 +48,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian11.yml b/.github/workflows/gen_debian11.yml index 584c0e38c..ec6f0b615 100644 --- a/.github/workflows/gen_debian11.yml +++ b/.github/workflows/gen_debian11.yml @@ -68,7 +68,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian11_continuous.yml b/.github/workflows/gen_debian11_continuous.yml index afdcca9c7..17cb3beac 100644 --- a/.github/workflows/gen_debian11_continuous.yml +++ b/.github/workflows/gen_debian11_continuous.yml @@ -80,7 +80,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian11_tag.yml b/.github/workflows/gen_debian11_tag.yml index 6c99917fb..c788e70cb 100644 --- a/.github/workflows/gen_debian11_tag.yml +++ b/.github/workflows/gen_debian11_tag.yml @@ -51,7 +51,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian12.yml b/.github/workflows/gen_debian12.yml index 0055c6d87..c7c0baf01 100644 --- a/.github/workflows/gen_debian12.yml +++ b/.github/workflows/gen_debian12.yml @@ -68,7 +68,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian12_continuous.yml b/.github/workflows/gen_debian12_continuous.yml index d786490c8..ff9bdc676 100644 --- a/.github/workflows/gen_debian12_continuous.yml +++ b/.github/workflows/gen_debian12_continuous.yml @@ -79,7 +79,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian12_tag.yml b/.github/workflows/gen_debian12_tag.yml index 98620a0b1..58bbef934 100644 --- a/.github/workflows/gen_debian12_tag.yml +++ b/.github/workflows/gen_debian12_tag.yml @@ -51,7 +51,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora39.yml b/.github/workflows/gen_fedora39.yml index 6b9de09f0..75afada26 100644 --- a/.github/workflows/gen_fedora39.yml +++ b/.github/workflows/gen_fedora39.yml @@ -62,7 +62,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora39_continuous.yml b/.github/workflows/gen_fedora39_continuous.yml index cab08c8d6..a83843d90 100644 --- a/.github/workflows/gen_fedora39_continuous.yml +++ b/.github/workflows/gen_fedora39_continuous.yml @@ -73,7 +73,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora39_tag.yml b/.github/workflows/gen_fedora39_tag.yml index cee802704..e96ff7649 100644 --- a/.github/workflows/gen_fedora39_tag.yml +++ b/.github/workflows/gen_fedora39_tag.yml @@ -45,7 +45,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora40.yml b/.github/workflows/gen_fedora40.yml index eff58450f..eeac06395 100644 --- a/.github/workflows/gen_fedora40.yml +++ b/.github/workflows/gen_fedora40.yml @@ -62,7 +62,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora40_continuous.yml b/.github/workflows/gen_fedora40_continuous.yml index 1d6584cca..dd06abc0e 100644 --- a/.github/workflows/gen_fedora40_continuous.yml +++ b/.github/workflows/gen_fedora40_continuous.yml @@ -73,7 +73,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora40_tag.yml b/.github/workflows/gen_fedora40_tag.yml index babeb65fc..18f72201a 100644 --- a/.github/workflows/gen_fedora40_tag.yml +++ b/.github/workflows/gen_fedora40_tag.yml @@ -45,7 +45,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora41.yml b/.github/workflows/gen_fedora41.yml index 62cd4824f..be01931cc 100644 --- a/.github/workflows/gen_fedora41.yml +++ b/.github/workflows/gen_fedora41.yml @@ -62,7 +62,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora41_continuous.yml b/.github/workflows/gen_fedora41_continuous.yml index 34042089e..a9dd49ae1 100644 --- a/.github/workflows/gen_fedora41_continuous.yml +++ b/.github/workflows/gen_fedora41_continuous.yml @@ -73,7 +73,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora41_tag.yml b/.github/workflows/gen_fedora41_tag.yml index fd17d1f16..416bccfa9 100644 --- a/.github/workflows/gen_fedora41_tag.yml +++ b/.github/workflows/gen_fedora41_tag.yml @@ -45,7 +45,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_macos.yml b/.github/workflows/gen_macos.yml index 4a1ba4768..1680828bb 100644 --- a/.github/workflows/gen_macos.yml +++ b/.github/workflows/gen_macos.yml @@ -28,7 +28,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_macos_continuous.yml b/.github/workflows/gen_macos_continuous.yml index 03cf2b8eb..3fd64b2f0 100644 --- a/.github/workflows/gen_macos_continuous.yml +++ b/.github/workflows/gen_macos_continuous.yml @@ -28,7 +28,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_macos_tag.yml b/.github/workflows/gen_macos_tag.yml index c3172755a..ed0caebf7 100644 --- a/.github/workflows/gen_macos_tag.yml +++ b/.github/workflows/gen_macos_tag.yml @@ -27,7 +27,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu20.04.yml b/.github/workflows/gen_ubuntu20.04.yml index 962dff97a..535fc19e5 100644 --- a/.github/workflows/gen_ubuntu20.04.yml +++ b/.github/workflows/gen_ubuntu20.04.yml @@ -73,7 +73,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu20.04_continuous.yml b/.github/workflows/gen_ubuntu20.04_continuous.yml index aa84360a4..b7f098334 100644 --- a/.github/workflows/gen_ubuntu20.04_continuous.yml +++ b/.github/workflows/gen_ubuntu20.04_continuous.yml @@ -84,7 +84,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu20.04_tag.yml b/.github/workflows/gen_ubuntu20.04_tag.yml index 2a6f3e338..9d2e70cae 100644 --- a/.github/workflows/gen_ubuntu20.04_tag.yml +++ b/.github/workflows/gen_ubuntu20.04_tag.yml @@ -53,7 +53,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu22.04.yml b/.github/workflows/gen_ubuntu22.04.yml index ed4611981..4790b9074 100644 --- a/.github/workflows/gen_ubuntu22.04.yml +++ b/.github/workflows/gen_ubuntu22.04.yml @@ -68,7 +68,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu22.04_continuous.yml b/.github/workflows/gen_ubuntu22.04_continuous.yml index 576643dba..47d51544c 100644 --- a/.github/workflows/gen_ubuntu22.04_continuous.yml +++ b/.github/workflows/gen_ubuntu22.04_continuous.yml @@ -79,7 +79,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu22.04_tag.yml b/.github/workflows/gen_ubuntu22.04_tag.yml index 53735c695..738d19d37 100644 --- a/.github/workflows/gen_ubuntu22.04_tag.yml +++ b/.github/workflows/gen_ubuntu22.04_tag.yml @@ -51,7 +51,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu24.04.yml b/.github/workflows/gen_ubuntu24.04.yml index 61506e1ad..f491eab45 100644 --- a/.github/workflows/gen_ubuntu24.04.yml +++ b/.github/workflows/gen_ubuntu24.04.yml @@ -68,7 +68,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu24.04_continuous.yml b/.github/workflows/gen_ubuntu24.04_continuous.yml index 05b5598f1..f4a58147e 100644 --- a/.github/workflows/gen_ubuntu24.04_continuous.yml +++ b/.github/workflows/gen_ubuntu24.04_continuous.yml @@ -79,7 +79,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_ubuntu24.04_tag.yml b/.github/workflows/gen_ubuntu24.04_tag.yml index 3901b34d9..7cce6c456 100644 --- a/.github/workflows/gen_ubuntu24.04_tag.yml +++ b/.github/workflows/gen_ubuntu24.04_tag.yml @@ -51,7 +51,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor