Skip to content

chore(deps): bump go_router from 12.1.3 to 13.0.1 in /flutter #336

chore(deps): bump go_router from 12.1.3 to 13.0.1 in /flutter

chore(deps): bump go_router from 12.1.3 to 13.0.1 in /flutter #336

Workflow file for this run

name: Audit
on:
pull_request:
branches: [master]
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}