Skip to content

Bump cryptography from 42.0.4 to 43.0.1 #190

Bump cryptography from 42.0.4 to 43.0.1

Bump cryptography from 42.0.4 to 43.0.1 #190

name: bots-auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
strategy:
matrix:
bot: ['dependabot', 'pre-commit-ci']
steps:
- uses: actions/checkout@v4
- name: Auto merge ${{ matrix.bot }}
uses: ahmadnassri/[email protected]
with:
target: all
botName: ${{ matrix.bot }}
github-token: ${{ secrets.SECRET_AUTO_MERGE }}