Skip to content

Commit

Permalink
Merge pull request #137 from omjadas/dependabot/github_actions/Swatin…
Browse files Browse the repository at this point in the history
…em/rust-cache-2.7.7

chore(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
  • Loading branch information
omjadas authored Dec 29, 2024
2 parents 196fa30 + b0ade5c commit f616656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo build --release --all-targets --all-features
- run: cargo test --release --all-features

Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo update -Z direct-minimal-versions
- run: cargo build --release --all-targets --all-features

Expand All @@ -53,7 +53,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo clippy --all-targets --all-features

fmt:
Expand Down

0 comments on commit f616656

Please sign in to comment.