Skip to content

chore(deps): bump once_cell from 1.20.2 to 1.20.3 #173

chore(deps): bump once_cell from 1.20.2 to 1.20.3

chore(deps): bump once_cell from 1.20.2 to 1.20.3 #173

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- uses: actions/[email protected]
- uses: EmbarkStudios/[email protected]
with:
command: check ${{ matrix.checks }}
arguments: --exclude addchain