Skip to content

chore(deps): Bump similar-asserts from 1.5.0 to 1.6.0 (#619) #164

chore(deps): Bump similar-asserts from 1.5.0 to 1.6.0 (#619)

chore(deps): Bump similar-asserts from 1.5.0 to 1.6.0 (#619) #164

Workflow file for this run

on: [push]
name: cargo audit
jobs:
cargo_audit:
name: cargo audit
runs-on: ubuntu-latest
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
id: changes
with:
filters: |
cargo:
- "**/Cargo.toml"
- "**/Cargo.lock"
- if: steps.changes.outputs.cargo == 'true'
name: Install `just`
uses: extractions/setup-just@v2
- if: steps.changes.outputs.cargo == 'true'
name: install tools
run: rustup show
- if: steps.changes.outputs.cargo == 'true'
uses: Swatinem/rust-cache@v2
with:
shared-key: "build" # share the cache across jobs
- if: steps.changes.outputs.cargo == 'true'
run: just audit