Skip to content

Bump wasmtime from 18.0.3 to 19.0.1 #840

Bump wasmtime from 18.0.3 to 19.0.1

Bump wasmtime from 18.0.3 to 19.0.1 #840

Workflow file for this run

name: recurrent-audit
on:
schedule:
- cron: '0 0 * * *'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
permissions: write-all # TODO: https://github.com/actions-rs/audit-check/issues/218
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}