diff --git a/.github/workflows/gen_centos9.yml b/.github/workflows/gen_centos9.yml index 9aef2894de7..be48b81b7ce 100644 --- a/.github/workflows/gen_centos9.yml +++ b/.github/workflows/gen_centos9.yml @@ -60,7 +60,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 d9399777074..7bce3664b48 100644 --- a/.github/workflows/gen_centos9_continuous.yml +++ b/.github/workflows/gen_centos9_continuous.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 e438e58d343..5b1d1072769 100644 --- a/.github/workflows/gen_centos9_tag.yml +++ b/.github/workflows/gen_centos9_tag.yml @@ -43,7 +43,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian10.3.yml b/.github/workflows/gen_debian10.3.yml index ac155c81412..63c4600018a 100644 --- a/.github/workflows/gen_debian10.3.yml +++ b/.github/workflows/gen_debian10.3.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian10.3_continuous.yml b/.github/workflows/gen_debian10.3_continuous.yml index ad2c6095c8f..3f63f2df435 100644 --- a/.github/workflows/gen_debian10.3_continuous.yml +++ b/.github/workflows/gen_debian10.3_continuous.yml @@ -66,7 +66,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_debian10.3_tag.yml b/.github/workflows/gen_debian10.3_tag.yml index b2f2a85a3c1..b0f9986ebca 100644 --- a/.github/workflows/gen_debian10.3_tag.yml +++ b/.github/workflows/gen_debian10.3_tag.yml @@ -46,7 +46,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 bd0680d22fe..aff42673b3e 100644 --- a/.github/workflows/gen_debian11.yml +++ b/.github/workflows/gen_debian11.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 4713e7e7568..17cac85e264 100644 --- a/.github/workflows/gen_debian11_continuous.yml +++ b/.github/workflows/gen_debian11_continuous.yml @@ -66,7 +66,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 2e98134cbcb..443e1cfb780 100644 --- a/.github/workflows/gen_debian11_tag.yml +++ b/.github/workflows/gen_debian11_tag.yml @@ -46,7 +46,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 fbf31f72016..5ffd3ea827b 100644 --- a/.github/workflows/gen_debian12.yml +++ b/.github/workflows/gen_debian12.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 e7197609c94..0659fc0b393 100644 --- a/.github/workflows/gen_debian12_continuous.yml +++ b/.github/workflows/gen_debian12_continuous.yml @@ -66,7 +66,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 0377d4e498e..ebeababcb98 100644 --- a/.github/workflows/gen_debian12_tag.yml +++ b/.github/workflows/gen_debian12_tag.yml @@ -46,7 +46,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora38.yml b/.github/workflows/gen_fedora38.yml index 7c8de620767..5c42869591e 100644 --- a/.github/workflows/gen_fedora38.yml +++ b/.github/workflows/gen_fedora38.yml @@ -57,7 +57,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora38_continuous.yml b/.github/workflows/gen_fedora38_continuous.yml index fb1777522f3..a95e3f3083c 100644 --- a/.github/workflows/gen_fedora38_continuous.yml +++ b/.github/workflows/gen_fedora38_continuous.yml @@ -60,7 +60,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_fedora38_tag.yml b/.github/workflows/gen_fedora38_tag.yml index 564af3eb79e..be3a171ba0b 100644 --- a/.github/workflows/gen_fedora38_tag.yml +++ b/.github/workflows/gen_fedora38_tag.yml @@ -40,7 +40,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 910de4961f2..6875ac685a3 100644 --- a/.github/workflows/gen_fedora39.yml +++ b/.github/workflows/gen_fedora39.yml @@ -57,7 +57,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 fc4a1525202..cffdfcc18cb 100644 --- a/.github/workflows/gen_fedora39_continuous.yml +++ b/.github/workflows/gen_fedora39_continuous.yml @@ -60,7 +60,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 81201d16614..4404d5171d9 100644 --- a/.github/workflows/gen_fedora39_tag.yml +++ b/.github/workflows/gen_fedora39_tag.yml @@ -40,7 +40,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 0ff255360f1..0ea359b99f1 100644 --- a/.github/workflows/gen_fedora40.yml +++ b/.github/workflows/gen_fedora40.yml @@ -57,7 +57,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 8b56084c8a7..49077371681 100644 --- a/.github/workflows/gen_fedora40_continuous.yml +++ b/.github/workflows/gen_fedora40_continuous.yml @@ -60,7 +60,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 bc8d38f127c..e7148040c8a 100644 --- a/.github/workflows/gen_fedora40_tag.yml +++ b/.github/workflows/gen_fedora40_tag.yml @@ -40,7 +40,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 81a8beb51a8..3cf7c32b422 100644 --- a/.github/workflows/gen_macos.yml +++ b/.github/workflows/gen_macos.yml @@ -39,7 +39,7 @@ jobs: shell: bash run: "rustup target add x86_64-apple-darwin" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 cc585603bc8..588a90e1ee9 100644 --- a/.github/workflows/gen_macos_continuous.yml +++ b/.github/workflows/gen_macos_continuous.yml @@ -42,7 +42,7 @@ jobs: shell: bash run: "rustup target add x86_64-apple-darwin" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 2d015eedc4b..d1bf6462250 100644 --- a/.github/workflows/gen_macos_tag.yml +++ b/.github/workflows/gen_macos_tag.yml @@ -27,7 +27,7 @@ jobs: shell: bash run: "rustup target add x86_64-apple-darwin" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 d8f6026812d..d192d635868 100644 --- a/.github/workflows/gen_ubuntu20.04.yml +++ b/.github/workflows/gen_ubuntu20.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.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 a3917e104d6..c3773c8f1f0 100644 --- a/.github/workflows/gen_ubuntu20.04_continuous.yml +++ b/.github/workflows/gen_ubuntu20.04_continuous.yml @@ -71,7 +71,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 ff6dcf4a333..dcc82be0616 100644 --- a/.github/workflows/gen_ubuntu20.04_tag.yml +++ b/.github/workflows/gen_ubuntu20.04_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.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 7031b83d711..ef0206da610 100644 --- a/.github/workflows/gen_ubuntu22.04.yml +++ b/.github/workflows/gen_ubuntu22.04.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 e54fe0b89b3..7169bd59353 100644 --- a/.github/workflows/gen_ubuntu22.04_continuous.yml +++ b/.github/workflows/gen_ubuntu22.04_continuous.yml @@ -66,7 +66,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 5d2a8fe60b6..5bf4e63416d 100644 --- a/.github/workflows/gen_ubuntu22.04_tag.yml +++ b/.github/workflows/gen_ubuntu22.04_tag.yml @@ -46,7 +46,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 33d3139418d..06b6560ec50 100644 --- a/.github/workflows/gen_ubuntu24.04.yml +++ b/.github/workflows/gen_ubuntu24.04.yml @@ -63,7 +63,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 bef647cfc47..0e894983cfa 100644 --- a/.github/workflows/gen_ubuntu24.04_continuous.yml +++ b/.github/workflows/gen_ubuntu24.04_continuous.yml @@ -66,7 +66,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - 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 796b6311d33..e589f71a0e8 100644 --- a/.github/workflows/gen_ubuntu24.04_tag.yml +++ b/.github/workflows/gen_ubuntu24.04_tag.yml @@ -46,7 +46,7 @@ jobs: - name: "Install Rust" uses: dtolnay/rust-toolchain@stable - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_windows.yml b/.github/workflows/gen_windows.yml index 9d22d734fad..0ed33c2b130 100644 --- a/.github/workflows/gen_windows.yml +++ b/.github/workflows/gen_windows.yml @@ -35,7 +35,7 @@ jobs: with: target: "x86_64-pc-windows-msvc" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_windows_continuous.yml b/.github/workflows/gen_windows_continuous.yml index 94c0f017b01..9e170d02008 100644 --- a/.github/workflows/gen_windows_continuous.yml +++ b/.github/workflows/gen_windows_continuous.yml @@ -38,7 +38,7 @@ jobs: with: target: "x86_64-pc-windows-msvc" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor diff --git a/.github/workflows/gen_windows_tag.yml b/.github/workflows/gen_windows_tag.yml index 57e679e018c..743c15a490d 100644 --- a/.github/workflows/gen_windows_tag.yml +++ b/.github/workflows/gen_windows_tag.yml @@ -25,7 +25,7 @@ jobs: with: target: "x86_64-pc-windows-msvc" - name: "Compile with sccache" - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor