This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Bump cryptography from 42.0.2 to 42.0.4 #274
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check if versions are consistent | |
on: | |
push: | |
branches-ignore: | |
- "main" | |
jobs: | |
check-version-numbers: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Setup Python & Poetry Environment | |
uses: ./.github/actions/prepare_poetry_env | |
- name: Check Release | |
run: ./scripts/build/check_release.sh "python3.8" |