Skip to content

Commit

Permalink
Merge pull request #21 from wcampbell0x2a/dependabot/github_actions/S…
Browse files Browse the repository at this point in the history
…watinem/rust-cache-2.7.1

Bump Swatinem/rust-cache from 2.7.0 to 2.7.1
  • Loading branch information
wcampbell0x2a authored Nov 2, 2023
2 parents 7f319d9 + 4a4a96e commit 872430e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
target: ${{ matrix.targets }}
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
- run: cargo build --workspace --target ${{ matrix.targets }}
- run: cargo test --workspace --target ${{ matrix.targets }}

Expand All @@ -43,6 +43,6 @@ jobs:
toolchain: nightly
target: x86_64-unknown-linux-gnu
components: rustfmt, clippy
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
- run: cargo fmt --all --check
- run: cargo clippy --workspace -- -D warnings

0 comments on commit 872430e

Please sign in to comment.