From b4ad3015f6fddca09e2ead9ba20d726e96030141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:15:53 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action from 0.0.4 to 0.0.5 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gen_centos9.yml | 2 +- .github/workflows/gen_centos9_continuous.yml | 2 +- .github/workflows/gen_centos9_tag.yml | 2 +- .github/workflows/gen_debian10.3.yml | 2 +- .github/workflows/gen_debian10.3_continuous.yml | 2 +- .github/workflows/gen_debian10.3_tag.yml | 2 +- .github/workflows/gen_debian11.yml | 2 +- .github/workflows/gen_debian11_continuous.yml | 2 +- .github/workflows/gen_debian11_tag.yml | 2 +- .github/workflows/gen_debian12.yml | 2 +- .github/workflows/gen_debian12_continuous.yml | 2 +- .github/workflows/gen_debian12_tag.yml | 2 +- .github/workflows/gen_fedora38.yml | 2 +- .github/workflows/gen_fedora38_continuous.yml | 2 +- .github/workflows/gen_fedora38_tag.yml | 2 +- .github/workflows/gen_fedora39.yml | 2 +- .github/workflows/gen_fedora39_continuous.yml | 2 +- .github/workflows/gen_fedora39_tag.yml | 2 +- .github/workflows/gen_fedora40.yml | 2 +- .github/workflows/gen_fedora40_continuous.yml | 2 +- .github/workflows/gen_fedora40_tag.yml | 2 +- .github/workflows/gen_macos.yml | 2 +- .github/workflows/gen_macos_continuous.yml | 2 +- .github/workflows/gen_macos_tag.yml | 2 +- .github/workflows/gen_ubuntu20.04.yml | 2 +- .github/workflows/gen_ubuntu20.04_continuous.yml | 2 +- .github/workflows/gen_ubuntu20.04_tag.yml | 2 +- .github/workflows/gen_ubuntu22.04.yml | 2 +- .github/workflows/gen_ubuntu22.04_continuous.yml | 2 +- .github/workflows/gen_ubuntu22.04_tag.yml | 2 +- .github/workflows/gen_windows.yml | 2 +- .github/workflows/gen_windows_continuous.yml | 2 +- .github/workflows/gen_windows_tag.yml | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/.github/workflows/gen_centos9.yml b/.github/workflows/gen_centos9.yml index 0253da5d545..9cd97e760b9 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 4cd205f73bd..57c52ea1ce0 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 c3fdc214a89..0d8d38424fe 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 4d48bcc5110..026ed016658 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 2cb09ff1cc1..5293a4e2071 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 50e8798bbe9..7adc5f5eba9 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 312de69d30d..64e7843b3df 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 0dd157115f7..57c2e3f4341 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 253089d7520..ad6a10865ad 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 dca07113baf..8453d013796 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 2617d6017d9..c9e85b672e3 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 3165b87c647..c4f2895e619 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 7d5a84345e2..76a80c7eaff 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 44c0fe5576b..362cc9acc58 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 84222a5a04d..683d443b7ca 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 0f6aaec56f2..bd4a46f990b 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 3a0c7663ee1..2290994f9dd 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 4554594e518..ca314128147 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 e5ac8e2233c..fa62e6a147e 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 9d2e06a316e..bd99559435e 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 e1d7d5eae15..c4e80467d67 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 7eaadc0a1ef..ea91c10d9e9 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 35366a3c930..ca026a4321c 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 f82545b89a5..0c50e50436f 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 50ce9e6e3e0..08ef08f8242 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 d17887ab948..9930aa7cd7b 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 ab664cc98f3..ca48e2ebbb7 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 2b07e8e3f08..d130990c5ae 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 7e5b11e465b..9bcba8a4106 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 fd34a892421..860439bd388 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 6dad080d180..f621e099bdd 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 4c6031f7ad1..af740148ed5 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - 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 235be6c33b3..7fe59e86d6d 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.4 + uses: mozilla-actions/sccache-action@v0.0.5 - name: "Cache Rust Dependencies" uses: actions/cache@v4 id: cache-cargo-vendor