Skip to content

Commit

Permalink
Merge pull request #14 from joshuachp/dependabot/github_actions/mozil…
Browse files Browse the repository at this point in the history
…la-actions/sccache-action-0.0.6

chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
joshuachp authored Oct 1, 2024
2 parents 735106a + e23e4f5 commit 4b76319
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo clippy
@@ -53,7 +53,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: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo doc
@@ -70,7 +70,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 sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo install cargo-hack
@@ -93,7 +93,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: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: rustup default stable
@@ -115,7 +115,7 @@ jobs:
# with:
# toolchain: ${{ matrix.msrv }}
# - name: Install sccache-cache
# uses: mozilla-actions/[email protected].5
# uses: mozilla-actions/[email protected].6
# - name: Run sccache stat for check
# run: ${SCCACHE_PATH} --show-stats
# - name: cargo +${{ matrix.msrv }} check
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,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: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo generate-lockfile
@@ -47,7 +47,7 @@ jobs:
uses: dtolnay/rust-toolchain@beta
- name: Install sccache-cache
if: hashFiles('Cargo.lock') != ''
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Run sccache stat for check
if: hashFiles('Cargo.lock') != ''
run: ${SCCACHE_PATH} --show-stats
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo generate-lockfile
@@ -49,7 +49,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 sccache stat for check
# run: ${SCCACHE_PATH} --show-stats
# - name: cargo generate-lockfile
@@ -69,7 +69,7 @@ jobs:
with:
components: llvm-tools-preview
- name: Install sccache-cache
uses: mozilla-actions/[email protected].5
uses: mozilla-actions/[email protected].6
- name: Run sccache stat for check
run: ${SCCACHE_PATH} --show-stats
- name: cargo install cargo-tarpaulin

0 comments on commit 4b76319

Please sign in to comment.