Skip to content

fix(deps): bump certbot from 2.11.0 to 3.1.0 #57

fix(deps): bump certbot from 2.11.0 to 3.1.0

fix(deps): bump certbot from 2.11.0 to 3.1.0 #57

Workflow file for this run

name: Check Pull Requests
on:
pull_request:
jobs:
pr:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run pre-commit
uses: pre-commit/[email protected]
- name: Autofix using pre-commit-ci-lite
uses: pre-commit-ci/[email protected]
if: always()