-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #14 from joshuachp/dependabot/github_actions/mozil…
…la-actions/sccache-action-0.0.6 chore(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|