Skip to content

chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1 #1071

chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1

chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1 #1071

Workflow file for this run

name: Audit
on:
push:
paths:
# Run if workflow changes
- '.github/workflows/audit.yml'
# Run on changed dependencies
- '**/Cargo.toml'
- '**/Cargo.lock'
# Run if the configuration file changes
- '**/audit.toml'
# Rerun periodically to pick up new advisories
schedule:
- cron: '0 0 * * *' # Nightly
# Run manually
workflow_dispatch:
jobs:
audit:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions-rust-lang/audit@v1
name: Audit Rust Dependencies