Skip to content

Bump cryptography from 42.0.1 to 42.0.2 #44

Bump cryptography from 42.0.1 to 42.0.2

Bump cryptography from 42.0.1 to 42.0.2 #44

Workflow file for this run

name: Check if versions are consistent
on: pull_request
jobs:
check-version-numbers:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ./.github/actions/prepare_poetry_env
- name: Check Release
run: poetry run python3 -u "./scripts/check_release_version.py"