Skip to content

Commit

Permalink
chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Browse files Browse the repository at this point in the history
Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mozilla-actions/sccache-action/releases)
- [Commits](Mozilla-Actions/sccache-action@v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: mozilla-actions/sccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rami3l committed Sep 30, 2024
1 parent 3f65df9 commit ea02eca
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Setup Rust
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand All @@ -115,7 +115,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-pc-windows-msvc
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
sudo port install wget
port installed
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: aarch64-apple-darwin
Expand All @@ -234,7 +234,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-musl
Expand All @@ -261,7 +261,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -287,7 +287,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -313,7 +313,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -337,7 +337,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Build and run tests
env:
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
Expand All @@ -362,7 +362,7 @@ jobs:
with:
targets: x86_64-unknown-linux-musl
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Build and run tests
env:
RUSTFLAGS: "-C target-feature=-crt-static"
Expand All @@ -384,7 +384,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y packagekit packagekit-tools
- name: Run sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-musl
Expand Down

0 comments on commit ea02eca

Please sign in to comment.