Skip to content

chore(deps): Bump indexmap from 2.3.0 to 2.4.0 #11

chore(deps): Bump indexmap from 2.3.0 to 2.4.0

chore(deps): Bump indexmap from 2.3.0 to 2.4.0 #11

Workflow file for this run

on: [push]
name: cargo audit
jobs:
cargo_audit:
name: cargo audit
runs-on: ubuntu-latest
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'
uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}