Skip to content

chore(deps): update windows to 0.61 (#1100) #3945

chore(deps): update windows to 0.61 (#1100)

chore(deps): update windows to 0.61 (#1100) #3945

Workflow file for this run

name: Audit
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
jobs:
audit-rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}