From ea50f2d6d2e38ae6c1208239ccac9fbab52af4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:36:18 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action in /.github/workflows Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.7. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.7) --- 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/ci.yml | 8 ++++---- .github/workflows/doc.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5aa8d48bb40..802ea3ffa03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.7 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: ${{ env.toolchain }} @@ -68,7 +68,7 @@ jobs: run: | sudo apt-get install protobuf-compiler - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Unit tests # Other tests ran below run: cargo test --all-features -p nodle-parachain @@ -87,7 +87,7 @@ jobs: run: | sudo apt-get install protobuf-compiler - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - name: Test and gather coverage @@ -113,7 +113,7 @@ jobs: components: rust-src target: ${{ env.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Build runtime run: cargo build --release --features=try-runtime -p runtime-eden - name: Upload runtime artifact diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 5e48676f559..692ffe3a74e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -27,7 +27,7 @@ jobs: run: | sudo apt-get install protobuf-compiler - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Build the docs run: | cargo doc --all --no-deps