Skip to content

chore: Release railwayapp version 3.11.0 #506

chore: Release railwayapp version 3.11.0

chore: Release railwayapp version 3.11.0 #506

Workflow file for this run

name: cargo audit
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: cargo audit
uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}