Skip to content

Bump time from 0.3.40 to 0.3.41 #17

Bump time from 0.3.40 to 0.3.41

Bump time from 0.3.40 to 0.3.41 #17

Workflow file for this run

name: Dependency Linting
on:
push:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
pull_request:
paths:
- '**/Cargo.toml'
- '**/Cargo.lock'
jobs:
dependency_linting:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2