Skip to content

Bump cryptography from 42.0.0 to 42.0.4 (#313) #114

Bump cryptography from 42.0.0 to 42.0.4 (#313)

Bump cryptography from 42.0.0 to 42.0.4 (#313) #114

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- master
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}