Skip to content

Commit

Permalink
Merge pull request #386 from astarte-platform/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/mozilla-actions/sccache-action-0.0.6

chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
  • Loading branch information
joshuachp authored Oct 1, 2024
2 parents 751fe3c + 7e93d9c commit e1cd0b8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo clippy
run: cargo clippy --all-targets --all-features --workspace -- -D warnings
doc:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Install nightly
uses: dtolnay/rust-toolchain@nightly
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo doc
run: cargo doc --no-deps --all-features --workspace
env:
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- name: cargo hack
Expand All @@ -96,7 +96,7 @@ jobs:
- name: Install cargo minimal-versions
uses: taiki-e/install-action@cargo-minimal-versions
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: rustup default stable
run: rustup default stable
- name: Check minimal versions
Expand All @@ -116,7 +116,7 @@ jobs:
with:
toolchain: ${{ matrix.msrv }}
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo +${{ matrix.msrv }} check
run: cargo check --all-features --workspace
# Run semver-check on release branch push or PR
Expand All @@ -127,7 +127,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Run test
run: |
cargo e2e-test
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo generate-lockfile
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
# Setup vcpkg binary cache
# https://learn.microsoft.com/en-us/vcpkg/users/binarycaching#gha-quickstart
- uses: actions/github-script@v7
Expand All @@ -90,7 +90,7 @@ jobs:
with:
components: llvm-tools-preview
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: cargo install cargo-tarpaulin
uses: taiki-e/install-action@cargo-tarpaulin
- name: cargo generate-lockfile
Expand Down

0 comments on commit e1cd0b8

Please sign in to comment.