-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #98 from pbs-data-solutions/dependabot/github_acti…
…ons/Swatinem/rust-cache-2.7.7 Bump Swatinem/rust-cache from 2.7.5 to 2.7.7
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||
- name: Cache dependencies | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Run cargo clippy | ||
run: cargo clippy --all-targets --all-features -- --deny warnings | ||
clippy-python: | ||
|
@@ -32,7 +32,7 @@ jobs: | |
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||
- name: Cache dependencies | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Run cargo clippy | ||
run: cargo clippy --all-targets -F python -- --deny warnings | ||
fmt: | ||
|
@@ -44,7 +44,7 @@ jobs: | |
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||
- name: Cache dependencies | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Run cargo fmt | ||
run: cargo fmt --all -- --check | ||
check-python: | ||
|
@@ -56,7 +56,7 @@ jobs: | |
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||
- name: Cache dependencies | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Run cargo fmt | ||
run: cargo check --all-targets -F python | ||
test: | ||
|
@@ -72,6 +72,6 @@ jobs: | |
run: | | ||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | ||
- name: Cache dependencies | ||
uses: Swatinem/[email protected].5 | ||
uses: Swatinem/[email protected].7 | ||
- name: Run cargo test | ||
run: cargo test --locked |