Skip to content

fix(deps): Bump certbot from 2.10.0 to 2.11.0 #9

fix(deps): Bump certbot from 2.10.0 to 2.11.0

fix(deps): Bump certbot from 2.10.0 to 2.11.0 #9

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()