Skip to content

Bump actix-files from 0.6.9 to 0.6.10 in /butler_offline #20

Bump actix-files from 0.6.9 to 0.6.10 in /butler_offline

Bump actix-files from 0.6.9 to 0.6.10 in /butler_offline #20

Workflow file for this run

name: Check Version Consistency
on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened ]
base: [ stable ]
paths-ignore:
- '**.md'
jobs:
check-versions:
name: check versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cd deploy/version-checker && cargo run -- --version-path ../../.version.check.json --changelog-path ../../docs/changelog.md
working-directory: ./