Skip to content

Commit

Permalink
Merge pull request #98 from omjadas/dependabot/github_actions/Swatine…
Browse files Browse the repository at this point in the history
…m/rust-cache-2.7.2

chore(deps): bump Swatinem/rust-cache from 2.7.1 to 2.7.2
  • Loading branch information
omjadas authored Jan 10, 2024
2 parents feb9085 + 1c29c75 commit 14046b4
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 @@ -27,7 +27,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].2
- run: cargo build --release --all-targets --all-features
- run: cargo test --release --all-features

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

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

fmt:
Expand Down

0 comments on commit 14046b4

Please sign in to comment.