Skip to content

Commit

Permalink
Merge pull request #98 from pbs-data-solutions/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/Swatinem/rust-cache-2.7.7

Bump Swatinem/rust-cache from 2.7.5 to 2.7.7
  • Loading branch information
sanders41 authored Jan 1, 2025
2 parents 2e5caf5 + 6fb6e24 commit 53af304
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 53af304

Please sign in to comment.